![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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,
#content {
display: none;
}
Code:
.really_simple_share
{
display: none;
}
|
|
#2
|
|||
|
|||
|
Sorry, sorry. Was editing the wrong css file :-). Thread can be closed!
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us