How can I shift elements to the left in the footer?

Hi

How to move to left in footer?

2022-12-14 12 20 31.jpg

Website url: https://hanklee182online.myshopify.com/

Password: teadri

Thank you

Hello @HankLee182

It’s GemPages support team and glad to support you today.

You can follow these steps:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid theme file
  3. Paste below code before :

If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team

Hi @HankLee182 ,

  1. Go to Online Store → Theme → Edit code
  2. Within assets folder → section-footer.css
  3. Update the code

.footer__localization:empty+.footer__column–info {
align-items: center;

}

Replace with:

.footer__localization:empty+.footer__column–info {
align-items: flex-start;

}

Thanks,

SynapseIndia® - Shopify (2.0 and Plus) Experts
https://shopify.synapseindia.com
I.T. Outsourcing [email removed] Peace of Mind

Hi .@GemPages

I paste the code is working.

Thank you

Hi .@Synapselndia_S

I paste the code is working.

Thank you

I am glad that my suggestion is helpful to you.

Best regards,
GemPages Support Team

Hi. GemPages

It’s very helpful to me.

Thank you so much