remove sidebar from projects in portfolio

Hi,

I am using a sidebar widget with a custom menu. I want this on my pages, but not along side my projects, in the portfolio.

I would appreciate any help.

Thanks.

I, too, would love to know how to do this. Thanks in advance!

Hi,

You can use this Custom CSS to hide the sidebar in the portfolio single post pages,


.single-jetpack-portfolio #secondary { display: none; }
.single-jetpack-portfolio #primary { width: 100%; }

Let us know,

Thanks,
laranz.

Cheers for that.

In the end I didn’t need it but might come in handy again.

Appreciate it.

Marc

Hi @mgrougue,

Glad we helped. :slight_smile:

Let us know if you have any other questions.

Thanks,
laranz.