Hiding Widgets and CSS on Posts
-
Hey guys,
We were directed here by David per ticket 2218634.
Here is a link to one of the specific pages I’m referencing.
Is it possible to get rid of all the stuff on the bottom, right and left of the post? Like the blogroll, meta, archives, categories, and related? All we want to show is just the post.
We would like the blogroll (it’s the social media icons) to appear at the top next to the Groove Think as they do on our home screen. Is this possible?
We’d like to do this for all posts.
Thank you for your help!
Frederick Jones
The blog I need help with is: (visible only to logged in users)
-
Hi groovethink,
I think this should do it, but please check everything over to see if it works to your satisfaction.
.single #content { float: left; width: 100%; margin: 0 0 30px; } .single .entry-header { float: left; width: 100%; } .single .hentry .featured { margin-bottom: 15px; width: 100% } .single #secondary, .single #tertiary { display: none; }
- The topic ‘Hiding Widgets and CSS on Posts’ is closed to new replies.