Footer alignment

Hello,
I am facing the following problem shown in the pictures:

On the first picture I wish to have them align in the center, because they are slight to the left now and there is empty space on the right side. On the second picture you can see that its not center aligned. Any ideas on how I can align them?
Thank you in advance!

Hey @PabloPier

Your website is password protected, can you share your website password?

Best Regards,’

Moeed

Yes, password is aottaw!!

Hey @PabloPier

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi, I am getting the following result:

And this is my theme.liquid file:

Hey @PabloPier

Can you share a good screenshot of the code with more lines included on the top?

Best Regards,

Moeed

Hello @PabloPier
Add this code at base.CSS

@media screen and (max-width: 767px) {
    a.link.link--text.list-menu__item.list-menu__item--link {
        margin: 0 auto;
        display: table;
    }
}

and the result will be

If you find this helpful, please like and mark the job as completed.
Thanks

This is what I get as result:

Here it is:

Please search for code on your theme.liquid

Thank you!