Hi!
I want to center the content in the footer columns on mobile phones? Can you please provide quick CSS for that?
Thanks!
Hi luckylobo10!
Perhaps this CSS would work for you.
@media screen and (max-width: 767px) {
#footer .widget {
text-align: center !important;
}
}
Best regards,
Elliott