Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #643342

    Hey Folks,

    We are using Enfold for our company’s website. The current blog layout looks very bad when considered with other blogs. It’s to narrow and the font is too small to read comfortably. Is there a way we can increase the width of the blog body as well as increase font throughout all the blog post.

    Here is a sample link – http://exotel.in/blog/understanding-impact-education-sabbah-haji/

    #643789

    Hey venkidesigner,

    Thank you for using Enfold.

    Increase the max width of the content container with this:

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

    Best regards,
    Ismael

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