Comments 3Peter started the conversationJuly 23, 2014 at 3:09pmI'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,839Tahir repliedJuly 24, 2014 at 5:26amHey!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 3Peter repliedJuly 24, 2014 at 6:35amI 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! 3Peter repliedJuly 24, 2014 at 6:42amPS 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;} 3Peter repliedJuly 24, 2014 at 8:50am Actually this was enough: .wpb_row { margin-bottom: 20px; } But I had to add space under #pagination as well as that closed up. Sign in to reply ...
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!
Hey!
Add this into the Custom CSS box located in your Salient Options panel :
Cheers
ThemeNectar Support Team
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!
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;
}
Actually this was enough:
.wpb_row {
margin-bottom: 20px;
}
But I had to add space under #pagination as well as that closed up.