Okay
  Public Ticket #252303
Margin space under masonry blog
Closed

Comments

  •  3
    Peter started the conversation

    I've got a large margin space under the blog masonry area on my home page (see link) - any idea of how to reduce/remove this? Thanks!

  •  8,472
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :

    body #post-area.masonry {
        margin-bottom: 10px !important;
    }
    

    Cheers


    ThemeNectar Support Team 

  •  3
    Peter replied

    I would have done something similar without bothering you but I assumed I'd missed some setting somewhere. I reduced it down to 0px and it's about right now. 

    Thanks Tahir, much appreciated!

  •  3
    Peter replied

    PS I had to decrease this by 20px to 15px as well to get it just right:

    .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {

    margin-bottom: 15px;

    }

  •  3
    Peter replied

    Actually this was enough:

    .wpb_row {

    margin-bottom: 20px;

    }

    But I had to add space under #pagination as well as that closed up.