Home › Forums › WoodMart support forum › How to make payment icons centered on mobile? › Reply To: How to make payment icons centered on mobile?
August 4, 2022 at 3:22 pm
#395546
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.
.min-footer {
display: block;
align-items: center;
}
Best Regards