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