How do I reduce the padding/space between the Title and Excerpt + the Excerpt and Date in the blog posts element found at the bottom of this page: http://lopezmacari.com/.
Screenshot: https://gyazo.com/b106321c5a3ac0de6e30ca67b936d759
Hey LFE,
Add this to quick css:
h3.slide-entry-title.entry-title{
padding-bottom:0px!important;
margin-bottom:0px!important;
}
.slide-meta{
padding-top:0px!important;
margin-top:0px!important;
}
Best regards,
Jordan Shannon