Articles on: OT: Theme Sections

How to remove spaces on left & right at Footer section

If you have the spaces, paddings on both sides of the Footer section, you can add the following custom code to the Custom CSS in section settings to remove the space:

.section-footer {
display: block;
}
@media only screen and (max-width: 767px) {
.section-footer .section-footer {
padding: 0 16px;
}
}

Updated on: 11/06/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!