what should i put in the code to make the footer of the payment centered but not the social icons thanks!
2 Likes
Please share your store URL and a screenshot.
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
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
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 !