Home › Forums › WoodMart support forum › how to make footer in mobile version at center › Reply To: how to make footer in mobile version at center
August 31, 2021 at 11:32 am
#315639
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-1 .widget {
border-bottom: 0;
}
.footer-column {
text-align: center;
}
Best Regards