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
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