Okay
  Public Ticket #2843868
White space towards the bottom of Single Blog Post When I enable "Related Posts On Single Post Page​" and Disable "Post Navigation Links On Single Post Page​"
Closed

Comments

  •  23
    alberteck started the conversation

    Hey

    When I enable "Related Posts On Single Post Page" and Disable "Post Navigation Links On Single Post Page", I get some empty white space at the bottom of the page, just above the footer.

    How do I get rid of this white space?

  •   alberteck replied privately
  •  2,967
    Andrew replied

    Hi there,

    Use the following CSS.

    body.single-post.material[data-bg-header="true"] .container-wrap {
        padding-bottom: 0px;
    }
    

    Regards,

  •  23
    alberteck replied

    Thanks Andrew!