![]() |
How to hide your social share buttons on a mobile device
I use the simple social share buttons plugin on my Genesis website. Like Brian Gardner I want them to hide when using a mobile device. On Twitter he told me to add:
Code:
.YOURDIVNAME_HERE { display: none; }Code:
@media only screen and (max-width: 600px) {Code:
.really_simple_share,Code:
.really_simple_share |
Sorry, sorry. Was editing the wrong css file :-). Thread can be closed!
|
| All times are GMT -5. The time now is 07:19 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.