Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    Link to screenshot showing with and without sidebar

    #417411

    Hey 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,
    Elliott

    #417471

    Hi Elliott,

    that’s not quite what I mean.

    Have a look at: http://digitalessence.net/downloads/KGR_sidebar_issue.jpg

    #418053

    Hey!

    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!
    Elliott

    #418055

    Hi,

    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.

    #418739

    Hey!

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.