Footer Mobile

Hi @middlebeats ,

Step 1. Go to Admin → Online store → Theme > Edit code

Step 2. Find the file base.css.
Step 3. Add this code to the end of file

.footer__column.footer__column--payment {
  margin: 0 auto!important;
}
.footer__column--payment .list.list-payment {
  justify-content: center!important;
}

You will get result like this

If it helps you, please like and mark it as the solution.

Best Regards