Remove Right Sidebar on Individual Portfolio page

Hi, I’m dgutz, http://dgutz.com/, I’m using Activello, and by the way it’s being a really good theme. But I have a little question:

How can I remove the sidebar on my individual proyects pages?

All my pages except the blog are set to full width, but using Wordpress portfolio option I can’t deactivate the right sidebar on individual projects.

This is a example:

http://dgutz.com/portfolio/benimeli-nights/

As you can see the right bar is shown in this project, and I would like to set it to full width like the slider on my home page.

So, how can I remove the right sidebar not only on that project but in every portfolio project that I create on the future?

Thanks

Hi @dgutz,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.single-jetpack-portfolio .main-content-inner.col-sm-12.col-md-8.side-right {
    width: 100%;
}
.single-jetpack-portfolio div#secondary {
    display: none;
}

Best Regards,
Movin

You are the man Movin! Thanks buddy, outstanding job. It’s always a pleasure have people like you :slight_smile:

You are most welcome here :slight_smile:

Hello,
Is this the same code you would use for the shapely theme? It does not seem to be working for me.
Thanks!!!

Hello,

Please create a topic for Shapely theme in order to help you out.

Thank you,
George.