StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to hide your social share buttons on a mobile device (http://www.studiopress.com/support/showthread.php?t=124541)

dusdatja 11-15-2012 12:26 PM

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; }
under
Code:

@media only screen and (max-width: 600px) {
But the thing is, I can't get it to work. I tried

Code:

.really_simple_share,
        #content {
                display: none;
        }

And

Code:

.really_simple_share
        {
                display: none;
        }

But they both don't work. Sorry, I'am no css guru :). Anyone know's how to fix this? Post example: http://dusdatja.nl/verslag-thom-076/

dusdatja 11-15-2012 12:52 PM

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.