-
AuthorPosts
-
May 12, 2014 at 10:49 pm #43749
Hi there,
I’m surprised I couldn’t find mention of this issue by searching, so I thought I’d post for help.
The portfolio-items in my portfolio are displaying with a sidebar. I have the portfolio page marked for “Full Width,” but I can’t find any way to configure the layout of the portfolio-items.
I’m guessing there’s a simple solution, but I can’t find it. What do you recommend I do to remove the sidebar from portfolio-items?
Ben
May 13, 2014 at 5:02 pm #44066Hi Ben,
Do you mean the individual portfolio item pages? Or the main listing page? If it’s the main page, try going to Customizer > Portfolio and set the “Custom Portfolio URL” to something other than the slug of the portfolio page you’re using. Then go to Settings > Permalinks in your dashboard and click “Save”
If you still need help, could you share a link to your site so we can get a better idea of what might be happening?
May 13, 2014 at 5:05 pm #44068Here is an example individual portfolio item page that is still displaying a sidebar (and I would prefer it not):
http://benhauck.com/project/angie-atkinson-indiegogo-commercial/
Ben
May 14, 2014 at 3:08 pm #44418Hi Ben,
I see what you mean. This is because you’re using the Icon stack. Icon implements a unique sidebar that works a bit differently.
Try adding this under Customizer > Custom > CSS
body.single-x-portfolio { padding-right:0; } body.single-x-portfolio .x-sidebar.nano { display: none; }
That should remove the sidebar on all portfolio item pages.
May 14, 2014 at 4:01 pm #44432Thank you very much! That did the trick!
Ben
May 15, 2014 at 3:25 am #44664You’re welcome Ben.
March 2, 2015 at 11:17 am #218530How would you do this with the integrity stack? I’d like the content full width as well.
http://www.pgelectronics.com/portfolio-item/appleby-college/
March 2, 2015 at 2:14 pm #218665Hi Glen,
Thanks for writing in, I’m not able to find sidebar on the provided link. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
March 3, 2015 at 12:24 pm #219424Thanks for the reply. I’m sorry but I had solved it by editing a template file but since then I have been shown how to do it with straight css. For others here is the css to hide the extra’s side bar and have the content full width.
.x-portfolio .entry-info { width: 100%; } .x-portfolio .entry-extra { width: 100%; margin-top: 10px; }
March 3, 2015 at 7:11 pm #219691Glad you’ve sorted it out and thanks for sharing Glenn.
February 6, 2016 at 5:07 pm #783527This code doesn’t work with Renew. How is this accomplished with Renew?
February 7, 2016 at 1:56 am #783869Hi there,
Provided code in https://community.theme.co/forums/topic/remove-sidebar-from-portfolio-item/#post-219424 should work on renew stack as well.
Please provide us with URL so we can take a closer look.
Thanks.
February 24, 2016 at 9:58 am #810418It worked for me and I use renew, thanks guys!
February 24, 2016 at 11:47 am #810577Glad it worked, Ben.
If you need anything else, please let us know.
March 3, 2016 at 10:52 am #822181Hi
I’ve just noticed that although the sidebar is removed the post is not the full width, It’s as if the sidebar space is still reserved and the side bar is just hidden. Is it possible to have portfolio items full width please?
https://www.sussexchef.com/portfolio-item/caterers-for-ditchling-village-barn/
-
AuthorPosts