Forums
Forums / Theme: Olsen Light / full width blog posts
(@elyshaplace)
7 years, 7 months ago
Hi,
I’m trying to remove the sidebar from single blog posts
Thank you, Elysha
The page I need help with: [log in to see the link]
(@markwaregr)
Hi, please have a look here https://wordpress.org/support/topic/how-to-make-my-blog-posts-full-width-again-page-attributes/
Yes I tried that already, it didn’t work
Hi, you will need to replace XX with your Post ID (https://www.cssigniter.com/kb/how-to-find-the-post-id/). If you need to apply this everywhere (in all posts) try this
.single #site-content .col-md-4{ display:none; } .single #site-content .col-md-8{ width:100%; }
in your custom CSS box
The topic ‘full width blog posts’ is closed to new replies.