Home › Forums › WoodMart support forum › Align footer content to center on mobile only › Reply To: Align footer content to center on mobile only
January 21, 2022 at 12:11 pm
#346966
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.footer-container .wd-sub-menu li a {
text-align: center;
display: block;
}
Best Regards