Full width posts in Oxygen
-
Hi, I have the custom design upgrade but I’m not sure of what CSS I need to make my posts full width. I like how the default homepage looks, but for posts I just want more room for the text and get rid of the right widget column. Is this possible?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
This gets rid of the right sidebar ONLY on the single post pages.
.single #tertiary { display: none; } .single #content { margin-right: 0; }The sidebar will have to stay on the archive, tags, and categories pages due to the featured image. There is no way I can figure out to widen that image to go full width. It appears as if it is set in the theme PHP script files, and we cannot edit those.
-
-
-
Hey I’m in the same boat except I don’t know how to add that code into the CSS. Please help.
-
-
Go to appearance > custom design > CSS and delete the informational text from the CSS edit window. Then copy and paste the code above into that window. You can then use the preview button to see what it looks like. You may have to force refresh/reload the preview page to see the change.
-
-
- The topic ‘Full width posts in Oxygen’ is closed to new replies.