Misaligned footer

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