Hello …
I’ve setup Enfold’s Blog Posts in ‘Single Author, Big Preview Pic’ Mode
I seem to have alot of space between each post – see: http://awesomescreenshot.com/03b37irw3a
Can you help on how I can reduce this?
Thanks a lot.
Hi shafiqkhan!
Thank you for using the theme.
Add this on Quick CSS or cutsom.css:
.template-blog .post_delimiter {
margin: 0 0 20px 0;
padding: 10px 0 0 0;
clear: both;
}
Best regards,
Ismael
Great thanks Ismael – That sorted it :-)