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!
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