Article Bottom ad (728×90) messed up on tablets

Posted in: Newspaper
Post count: 317

Hi,

I have just noticed that the article bottom ad doesn’t look good on tablets:

Please note that I am not showing a responsive version of the add (meaning that it shows 728×90 on all devices). I want it to be cut and hidden after it crosses the content wrap on tablets.

Is it possible?

Thanks!

Post count: 388

Do the “Disable on…” options in the Theme Panel for that ad spot work for you?

Post count: 317

@TheMediumUTM Doing that will I hide it. But I want to display it but just cut of the side part that is more than the main content’s width.

I know it is a bit confusing ๐Ÿ˜‰

Post count: 388

Ah! Interesting…

Try overflow:hidden; in the CSS. If you send me a link I can test it out on your site โ€” I don’t use that ad so I’m not sure exactly which class you’d want.

Or Lucian can just give you a better solution when he checks. ๐Ÿ˜‰

Post count: 317

Here ya go: http://gdgtarena.com

Post count: 388

Thanks. Okay, this is what you could try (with an !important tag if necessary):

.td-g-rec-id-content_bottom {
  overflow: hidden;
}
Post count: 388

Success?

Post count: 317

Erm sorry, I should’ve let you know. YES! It worked ๐Ÿ™‚ Thanks!

Post count: 388

Cool. ๐Ÿ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.