I seem yo have a large amour of padding/ empty white space after the blog post before the “You might also like” section.
Can you let me know how to reduce it please? (as you can see i have Facebook comments at the bottom of posts, so its the gap from between there and the “You might also like” section.
Add this code to your custom.css:
.single-post .post_delimiter {display: none !important;}
Perfect many thanks, just in case in the future is there away to tell it what the distance should be? in case i want it a bit closer or further away..
Hey!
Thank you for using the theme!
@fandragon: Thank you for the help.
@midischool: You can adjust the top padding if you want increase or decrease the delimiter height:
.template-blog .post_delimiter {
padding: 20px 0 0 0;
display: block;
}
Cheers!
Ismael