CSS to make posts full width similar to the full width pages
-
Hello, I am using Nucleare theme, it has a great option to make pages full width, which I like for photos.
But with pages, I can’t add tags and they don’t seem to be shared in the same way.
I’d like to use posts, but full width, there isn’t an option for that.
Would anyone be able to give me the lines of CSS to make posts full width, I guess that means hiding / removing the sidebar and extending the width of the post?
Thank you :)
Alex
The blog I need help with is: (visible only to logged in users)
-
This custom CSS will make posts full-width, as I see you don’t have any widgets in the sidebar:
.single .content-area {
width: 100%; }Custom CSS is available with the Premium or Business plans.
- The topic ‘CSS to make posts full width similar to the full width pages’ is closed to new replies.