Code: Select all
<div class="responsive-show" style="display: none;"><center>an ad script</center></div>
<div class="responsive-hide"><center>an ad script</center></div>
Code: Select all
<b class="responsive-hide">text</b>
Text will be shown only on PC.
If you use <b style="display:none;" class="responsive-show">text</b>
Text will be shown only on responsive-mode.
So the above code/s do not seem to work together as both adverts are shown, I obviously want my 728x90 ad shown on desktop and my 300x250 ad shown on mobile.
Why individually do these codes work but not together?
Any ideas guys please.