How to text-align center in footer

Hi

How to text-align center in footer.

‘Follow us’ text-align center

Thank you

Hiii @HankLee182
Please share site url.

1 Like

Hey @HankLee182 ,
Welcome to the Shopify community!
Please share your store URL.
So that I will check and let you know the exact solution here.
Thank you.
Raman!

1 Like

Hello @HankLee182
Please share your website URL.

1 Like

Hi .@Rajvi__patel

https://hanklee182online.myshopify.com/
password:teadri

Thank you so much

Hi .@ReturnPrime

https://hanklee182online.myshopify.com/
password:teadri

Thank you so much

Hi .@MandasaTech

https://hanklee182online.myshopify.com/
password:teadri

Thank you so much

@HankLee182

I would like to give you a solution to support you:

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

.footer-block.grid__item:nth-child(4) {
text-align: center;
}
@media screen and (min-width: 750px){
.footer-block–newsletter {
left: 77.4%!important;
}
}

1 Like

Hi .@MandasaTech

Awesome!

It’s working now.

Thank you very much :+1: