Home Forums WoodMart support forum Footer customization Reply To: Footer customization

#320348

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

footer .widgettitle, .widget-title {
text-align:center;
}
footer .widget_nav_menu ul li{
text-align:center
}
footer .textwidget p{
text-align:center
}

Best Regards