XF 2.2 Disable header Ad in Mobile

uuuhm im not sure if more ads use this class, so try to verify that you can see the ones you want, otherwise enclose your header advertising in a <div class = "nophone"> </div> and change that "focus-ad" using "nophone"

CSS:
@media (max-width: 900px) {

.focus-ad{
display: none;

}

}
 
Top Bottom