sadams101 Posted September 21, 2018 Share Posted September 21, 2018 I am having issues displaying ads properly at what I believe are 3 different screen resolutions (my current ads use 2, and it is causing issues). So currently I use the following: 1) <div class='ipsResponsive ipsResponsive_hidePhone'>Desktop banner code here shows Banner A only on desktops</div> 2) <div class='ipsResponsive ipsResponsive_hideDesktop'>Mobile banner code here shows Banner B only on mobile</div> However, when I slowly close the with of the browser there is a mid-point where both Banner A and Banner B are showing, then if I continue to shrink the width it correctly shows only Banner B. I would like to make #2 above formatting also include this mid-range width, and show only Banner B there, and not Banner A. Thank you in advance for any help. Link to comment Share on other sites More sharing options...
newbie LAC Posted September 22, 2018 Share Posted September 22, 2018 Link to comment Share on other sites More sharing options...
sadams101 Posted September 22, 2018 Author Share Posted September 22, 2018 Thank you...the solution turned out to be fairly simple: 1) <div class='ipsResponsive ipsResponsive_hidePhone'>Desktop banner code here shows Banner A only on desktops</div> 2) <div class='ipsResponsive ipsResponsive_hideDesktop ipsResponsive_hideTablet'>Mobile banner code here shows Banner B only on mobile</div> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.