I'm using the oxygen theme. On all but the home page I want to remove the right sidebar (all widgets). I was able to do so with the CSS below, but now posts on the home page extend into the space occupied by the right sidebar. How can I correct this?
Also, I want to *remove* the slider on the home page. Anyone know how to do that?
Any other feedback on the site would be greatly appreciated!
/* Centers menu bar */
.main-navigation {
text-align: center;
width: 100%;
}
.main-navigation ul {
display: inline-block;
}
/* Removes left side bar from all but home page */
.page-id-2
#tertiary,
.page-id-5
#tertiary,
.page-id-8
#tertiary,
.page-id-[...and so on<code></code>]
#tertiary {
display: none;
}
#content {
margin-right: 0;
}
The blog I need help with is opim672.com.