How to Remove side-bar from post for Unite theme

How to remove side-bar from post on unite?

Thanks.

Please, post your website URL, so I can see your current theme setup and help you from there.

Also do you want to hide sidebar from single post view or also on blog page where all recent posts are beeing displayed?

Never mind I have all figured out. Thanks.

I would like help with this as well. Here is a link to the page I am working on.

I would like to make the post page a full-width page.

Thank you!

R

I actually solved this by adding this to my CSS:

#primary {
	width: 100%;
}

#secondary {
	display: none;
	width: 0;
}

@ryanclarkdesign

I’m glad you already figured that out.

If you need any further help with Unite theme feel free to start you own thread.