Remove portfolio item sidebar –content full width

I would like to start taking advantage of cornerstone page builder in portfolio items but do not see a easy button click to make them full width no sidebar, or to add more if it is somehow hard coded into the theme to require it. I just wish to take advantage of the space either way.

Also, I think it would be cool to retain the social sharing buttons and tag cloud somewhere else like at the bottom. Should I just make the page out of posts because I like the blog post article formatting better the the portfolio item formatting.

Hi There,

Thank you for writing in, to make the portfolio posts fullwidth, please add this to Theme Options > CSS.

/*make a fullwidth the content-area of single portfolio*/
.single-x-portfolio .entry-info,
.single-x-portfolio .entry-extra {
	float: none;
	width: 100%;
}

If you want to remove the sidebar, please add this as well.

.single-x-portfolio .entry-extra {
	display: none;
}

Hope it helps,
Cheers!

1 Like

worked great thanks!

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.