Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #323963

    I am having trouble with the ‘blog posts’ content element. When I was learning how to use the theme I discovered a way to get the small picture to display to the left of the post (rather than centre).

    I have now started to set up the live site and cannot remember how I managed this. I definitely found help on this forum, but unfortunately cannot find the post again.

    Can someone please point me in the right direction?

    Thanks :)

    #324137

    Hi dlambert1979!

    Thank you for using our theme.

    In Enfold->Styles->QUICK CSS field or custom.css put the following:

    
    #top .fullsize .template-blog .blog-meta {
        float: left !important;
        margin: 0 15px 0 0 !important;
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        overflow: hidden !important;
    }
    
    

    Cheers!
    Günter

    #324522

    Hi Gunter – thanks of your help. I don’t mean to be difficult, but this is not exactly the same effect? The layout I am looking for is the same as is shown on my blog page? Hope you can help! Thanks :)

    #324532

    And, how do I remove the comment, category and author links from underneath the post title on the front page blog posts content element? Thanks again!!! :)

    #326270

    Hey!

    Try adding this code to the Quick CSS:

    .post-meta-infos span {
        display: none !important; 
    }

    Cheers! 
    Josue

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