show ads on desktop but not on mobile devices
-
Hello,
i have a problem:
at the moment i am using adrotate to share ads on my blog. i put this code into my footer.php
<style type="text/css"> #skyscraper { position:fixed; top:200px; left:2px; width:150px; height:150px;} </style> <div id="skyscraper"><?php if (function_exists('adrotate_group')) { echo adrotate_group(3); } ?></div>
i want that the ads only show on desktop but not on mobile devices?
How i have to put the code of this plugin (wp mobile detect) to do this.
THX for your help!
- The topic ‘show ads on desktop but not on mobile devices’ is closed to new replies.