How to center the payment footer in Express theme without affecting social icons?

what should i put in the code to make the footer of the payment centered but not the social icons thanks!

2 Likes

@sweetstylesbtq

Please share your store URL and a screenshot.

@sweetstylesbtq

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

I’m working on a template so it’s not actually active on my site I just need the code to put in the footer to make it center it’s simple but it’s been a while I can’t remember

1 Like

@sweetstylesbtq

If theme is not live then you can share preview url of the theme.

Let me know.

https://y7zdes1ybo66sf6b-44652888225.shopifypreview.com

1 Like

@sweetstylesbtq

Please add the following code at the bottom of your assets/theme.min.css file.

.footer__content-wrapper > div:nth-child(3) {
text-align: center;
}

Hope this works.

Thanks!

hello @sweetstylesbtq

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.footer__content-wrapper > div:nth-child(3) {
text-align: center;
}

thank you this worked great !