Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #402602

    Hi,

    I updated my enfold theme and now the posts are displaying very narrow and not using the width of the page — almost like it is in mobile display. Could you help me ASAP please.

    Thanks,

    A

    #403008

    Hi cmcsoxford!

    Add this to your custom CSS.

    #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 900px !important; }
    

    Cheers!
    Elliott

    #403489

    Hi Elliot,

    Thanks for the code. It still doesn’t bring the display back to how it was before. I don’t understand why the update caused this to happen? The code improves it but it is still narrower than it should be. I increased the max width but that doesn’t seem to change things.

    Thanks

    #404025

    Hey!

    Try to adjust the Max Container Width value on Enfold > General Layout > Dimensions panel to increase the default container width.

    Cheers!
    Ismael

    #404514
    This reply has been marked as private.
    #404527

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Regards,
    Yigit

    #404553

    Great! That worked, thanks!

    Do you know why the margin changed?

    Thanks,

    A

    #404555

    Hey!

    You are welcome A, glad we could help! :)
    That is the default values when single post page are in big preview image style without sidebar.

    Regards,
    Yigit

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