Home › Forums › WoodMart support forum › How to remove gap in mobile view of footer › Reply To: How to remove gap in mobile view of footer
May 4, 2021 at 7:22 am
#289348
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.footer-column {
margin-bottom: 15px;
}
Best Regards