Home › Forums › Basel support forum › How to clear the last white section from WP Builder? › Reply To: How to clear the last white section from WP Builder?
May 22, 2018 at 11:00 am
#58791
Elise Noromit
Member
Hello,
In order to remove the white gap between last section and footer, remove 10vh from the sections http://prntscr.com/jl2rd2 and add this CSS to Theme Settings > Custom CSS:
.site-content {
margin-bottom: 0;
}
Best Regards