Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #205425

    Dear Enfold team,

    I have a question for the single blog post view, is there a way to make the No Sidebar post actually stretch to the full 1210px width of the page, since with the default setting looks that it’s quite narrow?

    It is stretching perfectly if I use the Advanced Layout Editor, but then it’s losing the title above the post (if that is fixable also would be good)

    Cheers,

    Ilko

    #205427

    Here is what I mean, I would like it to be stretched as much as the featured image is, as like this it’s too narrow and losing real estate around:

    http://www.ilkoallexandroff.com/strobist-asuka-in-the-temple-2/

    #205486

    Hey!

    You can add this on your custom.css or Quick CSS:

    #top .fullsize .template-blog .post .entry-content-wrapper {
    max-width: 100%;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > * {
    max-width: 100%;
    }

    Adjust the max width.

    Best regards,
    Ismael

    #205522

    Hi, there, thank you!

    I have inserted that in both, but still no result, and the blog is not stretched to 100%, do you have any idea why this might happen?

    Cheers!

    #205547

    Hi!

    The code in your custom.css file is not correct ( http://www.ilkoallexandroff.com/wp-content/themes/enfold/css/custom.css?ver=1 ). Replace

    
    & gt;
    

    with

    
    > 
    

    Regards,
    Peter

    #205550

    Japanese keyboard sometimes replace some symbols!

    Thanks, fixed it and it works now!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Blog Full Width Question’ is closed to new replies.