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

    I want to set my frontpage with small picture blog without sidebar.

    However, when I remove sidebar, featured image goes on the top of the blog layout.

    How can I fix it?

    #717610

    Hi JJ!

    Thank you for using Enfold.

    Please disable the sidebar then 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;
    }

    Cheers!
    Ismael

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