When I select the layout option with no side bar for a blog post, the content is centered. I want to align the content to left and spread the content to full width.How can I do that?
Thanks.
Hey itechiesnet!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; float: left; }
If that does not work, please post the link to your website
Cheers!
Yigit
Thanks. It worked for me.