Hello,
How can I increase the width of my blog posts when I select no sidebar. I would like them to be 1200px centered and they seem to be 600px centered. (I want my posts with sidebar to stay as is)
Thanks!
Hi rhinocorp!
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%;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Awesome. thanks!