Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #706524

    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.

    #707494

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.