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!
Do the “Disable on…” options in the Theme Panel for that ad spot work for you?
@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 ๐
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. ๐
Thanks. Okay, this is what you could try (with an !important tag if necessary):
.td-g-rec-id-content_bottom {
overflow: hidden;
}
