Please or Register to create posts and topics.

Remove Sidebar from Blog Posts

Hi, I do not want the Sidebar on any of my Posts to the Blog Page?

Please help to remove it.

 

Hi Craig,

If you don't want the sidebar then you can use the Blog Full-Width template. But if you don't want the sidebar on single post page then it will be removed from the CSS.

Add this to the Appearance -> Customize -> Additional CSS

.single-post .col-md-4.co-sm-4 {

display: none;

}

.single-post div#content-wp {

width: 100%;

max-width: 100% !important;

flex: 0 0 100%;

}

Thanks

Uploaded files:
  • screenshot.png
182craig has reacted to this post.
182craig

Hi, thanks this worked 100%

 

Hi

Having the same issue with the Sidebar on my Shop page.

Kindly advise on how to remove this?

HI,

You no longer want the sidebar in the shop page or you want this in future?

Hi

I do NOT want the sidebar on my Shop Page.

Hi Craig,

As per your query, we are giving you some easy steps and CSS to remove sidebar from the shop page.

Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.

#contentwoocom #sidebar { display: none;}

If you need any other help please let us know.

Thanks

 

182craig has reacted to this post.
182craig