Responsive banner

Posted in: Newspaper
Post count: 44

“I am using the following code to hide non-responsive ads on mobile devices and add specially formatted ads.
#pc {display: block;}
#celular {display: none;}


@media
screen and (max-width: 768px) {
#pc {display: none;}
#celular {display: block;}
}

<div id=”pc”> </div> to display it only on PC, and <div id=”celular”> </div> to show the image for mobile devices.
Can you program something similar regarding the blocks of the Newspaper theme? Sometimes, some blocks look good on PC but not on mobile devices.”

Post count: 27744

Hi,

You can use the ad box element, and set a image for each viewport -> https://forum.tagdiv.com/ads-adsense-overview/

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.