XenForo @media doesn't disable header Ad on Mobile site

G

giorgino

Guest
Hi all. Weird issue.

I set up the advertising position "container header" with a 729x90 banner into.
The code is

Code:

Code:
<div class="ad_header" id="87439-1">
         [ad code]
</div>

and the CSS code I inserted in extra.css is

CSS:

Code:
@media (max-width: 960px) {
    .ad_header {
        display: none;
    }
}

It works as expected in the PC browser window, but not on mobile version where this is the output

Schermata 2022-01-06 alle 14.37.33.png

Can you please help with this?

Thanks

Giorgio

Continue reading...