I have a menu at the bottom. On desktop is center aligned while on mobile is left. Also in the builder the alignment is center and for some reason on mobile is changing. I checked the css and it sayd center !ipmortant but still is left.
@media (max-width: 480px) {
footer.footer * {
text-align: center !important;
}
}
Maybe I am checking the wrong css.