Hello,
Currently I’m setting up my blog but I’m facing an issue.
In settings I chose “Blog style > Use the advance layout editor to build”. Now I just added the “Blog posts” element to the page and the posts are showing. There’s one problem though. The posts are centered and the image is wider than the post.
How can fix this?
The only way I could fix it was to have these settings: “Blog style > Single Author, big preview Pic”. But that’s not what I want. I really need to be able to make use of the layout editor.
Is there a way to solve this?
Thanks.
Under page attributes, try to make your page setting FULL WIDTH.
Thanks for your response, but that’s not what I mean.
They blog should be on 2/3 of the page, just like it is now. I only need the text to be full width (within the 2/3 section).
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%;
}
Regards,
Yigit
Yigit, you are a boss!
There’s one thing though. The title is still centered. I tried this but it doesn’t work:
.post-title entry-title h2{
text-align: left;
}
Any idea how I can get the h2 to the left?
Thanks!
Hey!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .post-title { text-align: left; }
Cheers!
Yigit
Great, that fixed it!
Thanks again.