Hello,
Wondering if it is possible to align the footer widgets to the center of each column instead of floating to the left.
thanks!
Hi Board_the_Earth!
You can add this on Quick CSS or custom.css:
#footer .widget {
text-align: center;
}
Cheers!
Ismael
thanks so much!