It appears that the main body text of a single blog post is justified (equal spacing on both sides of a paragraph) when no sidebars are selected. If I turn sidebars on for the single blog post, the text appears unjustified (or rather, left justified) as it would normally do. How do I globally turn of this justified text behavior?
Thanks.
Hi cerelogic!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper { text-align: left; }
Cheers!
Yigit
Great! Thanks!