disable for mobile devices?
-
Hi,
Love the plugin. Thanks. Would it be possible to disable the floating functionality when site visitor is using a mobile device? We are getting complaints about content being covered up by them. But we love the functionality when viewing with non mobile devices.
http://www.outdoorx4.com/content
Thanks!
Phil
-
Hello,
Thanks for being with us, You needs to add some code to your style.css of theme.
Go to Appearance >> Editor and you will see an editor with style.css file opened. Please add the below code to the end of the file. and click on update file.
@media only screen and (max-device-width: 480px) { #divBottomRight { display:none !important; } }Thanks It worked. I stopped using the plug in because It messed up my mobile site, but when using this code its all good! 🙂
I added the same code to my style.css file however even after i deleted all the cache and cookies from iphone5, it still showing up. I am using wordpress version 3.8. Any suggestions?
Please send an email to info (at) acurax [dot] com along with your website URL and login, we will do it for you.
hi there,
the code you mentioned doesn’t disable on my mobile. could you provide me with an updated solution? thanks!Its the only solution,
Please send an email to info (at) acurax [dot] com along with your website URL and login, we will do it for you.
The topic ‘disable for mobile devices?’ is closed to new replies.