Misaligned footer

Topic summary

A user purchased a Shopify theme and needs help centering their footer menu, which is currently left-aligned. They provided a screenshot showing the misalignment and noted they lack coding experience.

Problem: Footer menu elements are not centered as desired.

Solution provided:

  • Navigate to theme’s Edit code section
  • Locate the main.css file
  • Add the following CSS code at the end:
.footer-info {
    justify-content: center !important;
}

The solution includes a before/after screenshot demonstrating the centered result. The issue appears resolved with this CSS customization targeting the footer-info class.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hey everybody what’s good? I bought a theme from somebody and I want to put the footer menu in the centre, this is how it looks now, I want to know how I can put it in the middle.

I needs to be a code, I dont how to code a website and I need to align it.

Thank you!

Hi @tomas_marino1
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi @tomas_marino1

Please share the link to your store

Hi @tomas_marino1

Can you send me the store URL to check further?

Thanks

Hey, sorry for not replying, I was fixing something with the domain and I couldn’t send the website.

This is the URL

https://www.vulkany.us/

Hey, my bad for not replying, I was fixing something with the domain and I couldn’t send the website.

This is the URL

https://www.vulkany.us/

Hey Dan, sorry for not replying, I was fixing something with the domain and I couldn’t send the website.

This is the URL

https://www.vulkany.us/

Hi @tomas_marino1

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file main.css and add this code at the end of the file

.footer-info {
    justify-content: center !important;
}

Result

Best,

Liz