Center footer menu mobile

Hi,

I want to center my footer menu on mobile. My site is https://miintstudios.com

Hi @Luxurymrkt

Currently, it can only be centered if the menu is displayed as a list. Is that okay with you?

Looking forward to hearing from you soon. Thank you!

Best,
Daisy - Avada Support Team.

Hi, @Luxurymrkt

What kind of centering effect do you want?

Or like this

Hi Luxurymrkt

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
ul.footer-block__details-content.list-unstyled {
    text-align: center !important;
}

Result:

Best,
LizHoang

Hi @Luxurymrkt

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.liquid file
  3. In theme.liquid, paste the below code before

Result:

![topnewyork_0-1737704967182.png|318x546](upload://u7TQr3Zo8dEcISx9grmbO6XJaVy.png)

**If my reply is helpful, kindly click like and mark it as an accepted solution.**
Thanks!