Best Premium and Free WordPress Themes › Forums › Education Base Pro › How can I get rid of space at end of every web page › Reply To: How can I get rid of space at end of every web page
March 21, 2019 at 7:57 am
#48670
Keymaster
Dear Keith,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS
.site-content{
margin-bottom:0;
padding-bottom:0;
}
.hentry {
margin: 0;
}
Best Regards!