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

    Hello,

    I need to reduce space between posts in excerpt list, how can i do it?

    I´m using single author, small preview pic with a css code to increase image size.

    http://screencast.com/t/ryrl94O9Z58

    Best regards
    Manuel Crespo

    #618834

    Hey ideafix!

    Please use the below CSS in Quick CSS under Enfold > General Styling

    Feel free to change the margin and padding values to suit your design needs.

    .template-blog .post_delimiter {
        margin: 0 0 20px 0!important;
        padding: 20px 0 0 0!important;
    }
    
    @media only screen and (max-width: 767px) {
    .responsive .template-blog .post_delimiter {
        margin: 0 0 20px 0!important;
        padding: 20px 0 0 0!important;
    }}

    Regards,
    Vinay

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