Portfolio Sidebars - Fullwidth Layout not working

Hi there, I have been searching through the forum for a resolution to this but am a little bit confused. I know that Portfolio items do not natively have sidebar functionality built into the theme (which is a shame and I would like to add that to feature request). Knowing this, I have set the global to fullwidth in Theme Options, and deleted any sidebars on the website. However, there is still a space remaining on the right hand side which I am unable to get rid of, to make my Portfolio fullwidth. Ideally I’d like to add a sidebar, but everything I have found seems to be very complicated and requires adding code to the main theme. My questions are:

1.) How do I add a sidebar to the Portfolio Items?
2.) If this does not work, how do I make the Portfolio Items fullwidth?

http://simplysignspreview.com/cpscleaning/portfolio-item/waits/

Any help greatly appreciated as I am finding this very frustrating, thanks!

Hi Jayd,

Single Portfolio Page doesn’t have the option to add Sidebars.
But you can make the item fullwidth by using the code provided.

To modify it further you can check this resource to learn more.
The following code will work as it is if not conflict with any existing code.

.x-portfolio .entry-info {
    width: 100% !important;
}

Please note that the code provided serve only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle. We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.

Hope it helps.

Hi there,

That’s done the trick, thanks so much. Can sidebars on single portfolio posts be added to the theme as a feature request? I can see quite a few posts in the forums where people would like them, so this would be really useful.

Hi Jayd,

Glad to know that it helps. I will surely check if that can be possible.

Thanks

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