Removing the secon sidebar in oxygen theme & changing content width of the posts
-
Hi! I want to get rid of the right sidebar in the oxygen theme and have my posts fill up the space instead (it should look like this blog: http://simplemedicine.co/
I have the custome design upgrade – is it possible to edit the CSS to make those changes possible? I “removed” the secondary sidebar by placing an empty text widget in it. But that is not an ideal solution, since i want the posts to fill up the space. The posts (on the homepage and when you click on one post) should be the same width (on the right of course) as the header and slider.
Can someone help me?
Thanks!!!
The site I’m talking about: http://slambslamp.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
I searched through the forum some more and I think I solved the problem.
Found this code here https://en.forums.wordpress.com/topic/help-with-oxygen-theme-1?replies=9:
add this in the CSS editor:
.single #tertiary {
display: none;
}
.single #content {
margin-right: 0 !important;
}and tried to edit it myself to:
#tertiary {
display: none;
}
#content {
margin-right: 0 !important;
}think it’s working so far!!
- The topic ‘Removing the secon sidebar in oxygen theme & changing content width of the posts’ is closed to new replies.