guys, this is driving me crazy. I can’t figure out why I have white space to the left and right of my article post
I tried it in advanced editor and default editor, I can’t seem to change that setting.
What am I missing, something easy i am guessing.
I hope you can help me
Hey Joe,
What do you want it to look like instead? You can try adding this to Quick CSS and change the value 800 to the value of your liking:
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 800px !important;
}
Best regards,
Rikard
Hi Rikard,
I added the script but it did not change the way the post appears.
For me the post is narrow and centered on the page. there is white space to the left and right.
Ideally I would like this post to be edge to edge or at least closer to each side edge.
I am wondering if there is a setting I am missing that causes each post to appear this way?
it’s a mystery, hope you might be able to help.
Hi!
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.
Cheers!
Yigit
That did it!
Thanks for the input Yigit, you guys make me look very good!