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"
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.
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?
Hi there,
Use the following CSS.
body.single-post.material[data-bg-header="true"] .container-wrap { padding-bottom: 0px; }Regards,
Thanks Andrew!