Mobile Footer Help

Hello!

Currently trying to make the footer on: https://dev.casacompliance.com/ a bit more mobile responsive. Currently it looks fine on desktops and tablets however on mobile the logo either moves over the text or it just doesn't look right with the text alignment either side

Is there a way to force the footer to centre align the items on mobile? I've tried the following:

@media only screen and (max-width: 768px){
.footer-widgets, .footer-widgets .sidebar-column {
text-align: center;
}
}

But it doesn't work unfortunately. Any ideas?

Comments

Sign In or Register to comment.