Posted September 21, 20186 yr 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. Edited September 21, 20186 yr by sadams101
September 22, 20186 yr Author 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>
Archived
This topic is now archived and is closed to further replies.