This snippet will remove the spacing between the last module and the footer across your website.
Note: You will have to add a divider module to the very bottom, if you want spacing on some pages.
This snippet will remove the spacing between the last module and the footer across your website.
Note: You will have to add a divider module to the very bottom, if you want spacing on some pages.
/* Remove spacing in the bottom of desktop pages */
.main-container {
padding-bottom: 0;
}
.footer-content .columns {
margin-top: 0;
}
Copy to clipboard