O Old Nick Well-known member Nov 7, 2018 #1 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
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
O Old Nick Well-known member Mar 7, 2019 #2 How to apply this CSS code for an HTML widget ? It doesn't work with Upvote 0 Downvote
H HWS Well-known member Mar 7, 2019 #3 You should to just do a display:none with advertising. Depending on the ad network you use you may get penalized. Upvote 0 Downvote
You should to just do a display:none with advertising. Depending on the ad network you use you may get penalized.