How to align everything in the footer menue in center on the MOBILE VERSION?

How to align the footer menue in center on the MOBILE VERSION? Everything else in the footer on the mobile version should also be centered too.

I would also like to make the newsletter box and font smaller. Any code is apreciated.

Thank you

URL: https://www.cotiereofficial.com/

pw: test1234

Theme: Symmetry

1 Like

@marcelp

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
@media (max-width: 767.98px) {
.section-footer__localization .selectors-form__item {
    margin: 0px auto 30px;
}
.section-footer__row-container {
    text-align: center;
}
}

Hey thanks for your help but its not fixed yet. Its still not centred on the mobile version.