Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #289828

    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.

    • This topic was modified 10 years, 4 months ago by mmsdev.
    #289832

    Add this code to your custom.css:
    .single-post .post_delimiter {display: none !important;}

    #289859

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

    #289951

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.