How can I reduce the padding or margins at the bottom of the posts listed so there is not so much blank space between them?
Hey TheGrinch18,
Add this to quick css:
.template-blog .post_delimiter{
margin: 0 0 5px 0!important;
padding: 20px 0 0 0!important;
}
Best regards,
Jordan Shannon
This worked perfectly, however, now the page numbers that appear on the bottom of the third post listed has a large white space underneath that wasn’t there before. Also, my footer (“The information contained…”) now has more space above and below. Before it was much tighter.
Hi,
Thanks for the update, though I can’t see anything like that on my end. Please see private. Did you clear your local browser cache and reload the page a few times?
Best regards,
Rikard
Yes, I’ve cleared all caches. The blank spaces above and below the footer continue.