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

    I have my blog posts (and entire website) set to 2000px wide. However, when I create a blog post, the fonts display as if they are in a narrow middle column.

    Can you please advice how to fix this?

    Thank you!

    #638718

    Hey teachingwithamy,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

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

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

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