Tagged: Blog, blog feed, posts page, style, styling
Hi there,
I need to add a blog to my homepage that mirrors the design of the blog page (small thumbnails to the left of the title and excerpt text). I’ve tried the advice in this post with no luck:
I also saw advice to use a sidebar but this won’t work for the homepage, where I do need the advanced editor to lay out all elements for the page. Can you help me get this sorted? Link below, scroll all the way down to see the blog feed.
Hey 1lizcollins,
Thank you for using Enfold.
Please add this in the Quick CSS field:
#top .fullsize .template-blog .blog-meta {
float: left;
margin-left: 0;
margin-right: 0;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
padding-left: 50px;
overflow: hidden;
}
Best regards,
Ismael