ChrisW
Member
I have a the following code in my ad_header template that displays a 468 x 60 banner advert to the right of my logo
This is causing the responsive display to scroll, how can I prevent this banner from showing on devices with small screens ?
Chris.
Code:
<xen:hook name="ad_header" />
<div style="float:right; margin:5px; padding-right:100pt;">
<iframe src="http://www.satellites.co.uk/ads.htm" style="border:0px #FFFFFF none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="60px" width="468px"></iframe>
</div>
This is causing the responsive display to scroll, how can I prevent this banner from showing on devices with small screens ?
Chris.