-
AuthorPosts
-
March 24, 2015 at 5:38 pm #417210
Hi,
In the theme I’ve set the blog to be the events page. In Blog layout > Blog Style it is set to: Use the advance layout editor to build.
I’m using Enfold 3.1.1
When the Blog page has a right sidebar the blog posts are aligned to the left. If I remove the sidebar, the blog posts are aligned in the centre.
We don’t think this is the correct behaviour.
Please see this screenshot
March 24, 2015 at 9:37 pm #417411Hey DigitalEssence!
Your screenshot is not loading for me but it sounds like your talking about this, http://kriesi.at/themes/enfold/blog/blog-single-author-full/.
Are you trying to have them aligned to the left? If so then try adding this to your custom CSS.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100% !important; } .template-blog article, .template-blog article * { text-align: left !important; }Best regards,
ElliottMarch 25, 2015 at 12:01 am #417471Hi Elliott,
that’s not quite what I mean.
Have a look at: http://digitalessence.net/downloads/KGR_sidebar_issue.jpg
March 25, 2015 at 6:29 pm #418053Hey!
Ok, how are you trying to change it though? Are you trying to align it to the left? Highlight in your screenshot how your trying to customize it so we can get a better idea.
Cheers!
ElliottMarch 25, 2015 at 6:31 pm #418055Hi,
I’d like the blog to align to the left (as it does with a sidebar present) but without a sidebar present.
I tried the css you posted but it didn’t work.
We’ve decided to go with a sidebar anyway but for future sites, and as we think this is a bug/issue, we would like to know why it changes to center aligned when the sidebar is removed.
March 26, 2015 at 6:52 pm #418739Hey!
It’s just the styling we have created for it. I think an easier way would be to just leave it as a right sidebar and then use CSS to hide the sidebar.
aside { display: none !important; } #main { width: 100%; max-width: 100%; }That sounds like what your trying to do.
Best regards,
Elliott -
AuthorPosts
- You must be logged in to reply to this topic.
