Hi,
There is a weird dotted line running vertically down our homepage. I think it’s supposed to be a design element, which is fine, but it’s not in-line with the blog posts. Any thoughts?
Thanks,
Sarah
Hey srmathis!
Thank you for visiting the support forum.
I’m not sure why the blog layout is broken but you can adjust the left padding of the entry content with this on Quick CSS or custom.css:
#top .fullsize .template-blog .post .entry-content-wrapper {
padding-left: 100px;
}
Best regards,
Ismael
Hi srmathis!
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 .blog-meta { float: left; }
#top .fullsize .template-blog .post .entry-content-wrapper { width: 80%; }
#top .fullsize .template-blog .blog-meta { margin-right: 25px; }
Best regards,
Yigit
That did it!
Thanks again Yigit!!!