Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #608026

    I am moving a site to an Enfold Theme and do do it cleanly I am rebuilding the site rather than just changing themes. The site that is being moved is http://sonyasanchezarias.com and I am rebuilding eh site here: http://newjewelry.sonyasanchezarias.com

    All is going well except the blog posts. The posts are appearing narrowed. They don’t even match the old site. I want them to be similar to the posts on my own Enfold site here: http://www.michaelalbany.com/2015/05/its-up-in-the-air-high-up/

    I have everything the same under the theme options and Blog Layout but the post appearances are completely different.

    WTF am I missing?

    Login info in private content

    #608056

    Hi MichaelAlbany!

    Please use the below CSS to make the blog pages full width

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

    Regards,
    Vinay

    #608271

    Perfection!

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog appearing incorrectly’ is closed to new replies.