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

#315661

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-sidebar .widget {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.footer-sidebar .textwidget p {
    margin-bottom: 0;
}

Regards.
Xtemos Studios