Hi, I am listing blog posts based on taxonomy in portfolio posts. I am also listing posts in a page with a sidebar (works fine and are aligned left). Since I dont use sidebars in the portfolio post the post listing shows as centered. How can I get the posts aligned left there too?
Thanks:)
Elise
Hi Elise!
Set the page to display a sidebar and then hide it via CSS. That will give the posts the left aligned style like your wanting. If your not sure of the CSS then go ahead and set the sidebar and let us know when your done and we’ll take a look.
Cheers!
Elliott
Great idea,
Could you pls send me some CSS to exclude sidebars on portfolio posts only?
Thanks:):)
Elise
I tried this CSS snippet:
.portfolio-overview .sidebar{
display: none;
}
But it does not work…
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-183 .sidebar {
display: none!important;
}
Best regards,
Yigit
Hi, I need it for all portfolio-items. And I am using !important..
Elise
Hey!
You need to hide it on portfolio item pages? You can use this:
.single-portfolio .sidebar { display: none !important; }
Best regards,
Ismael
Hm – still showing the right sidebar: http://clemenskraft.no/portfolio-item/vassvore-i-voss/
Best Elise