-
AuthorPosts
-
September 10, 2015 at 3:57 pm #501106
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
September 10, 2015 at 5:19 pm #501196Hi 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-
This reply was modified 10 years, 2 months ago by
Elliott.
September 10, 2015 at 6:07 pm #501247Great idea,
Could you pls send me some CSS to exclude sidebars on portfolio posts only?
Thanks:):)
Elise
September 11, 2015 at 1:38 pm #501614I tried this CSS snippet:
.portfolio-overview .sidebar{
display: none;
}But it does not work…
September 11, 2015 at 1:59 pm #501626Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-183 .sidebar { display: none!important; }Best regards,
YigitSeptember 11, 2015 at 3:56 pm #501728Hi, I need it for all portfolio-items. And I am using !important..
Elise
September 12, 2015 at 4:29 am #501940Hey!
You need to hide it on portfolio item pages? You can use this:
.single-portfolio .sidebar { display: none !important; }Best regards,
IsmaelSeptember 13, 2015 at 12:19 pm #502290Hm – still showing the right sidebar: http://clemenskraft.no/portfolio-item/vassvore-i-voss/
Best Elise
September 14, 2015 at 7:19 am #502500 -
This reply was modified 10 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
