StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-15-2012, 12:26 PM
dusdatja dusdatja is offline
Registered User
Genesis Member
 
Join Date: Jul 2012
Posts: 17
Default 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/
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Social Share Buttons via code?? SteveDub General Discussion 5 02-23-2012 07:33 AM


All times are GMT -5. The time now is 06:53 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.