XF 2.0 not displaying ads in mobile view

Nicolas FR

Well-known member
Hello,

How to remove ads when the forum is in mobile view ?
I used this to not displaying a widget
CSS:
@media (max-width: @xf-responsiveMedium)
{
    [data-widget-id="7"]
    {display: none;}
}
But for an ads using the XF advertisement system ?
thanks
 
Top Bottom