I previously had an issue with the footer links not being centered but changed my max width to 1920px and it fixed the issue, but now I can’t get my copyright and payment icons centered in full-screen preview with max width of 1920px . help!
website: theclassicnymph.com
Password: hello
1 Like
Hi @Amyeas7
Try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.site-footer .footer-bottom {
flex-direction: column;
align-items: center
}
- And Save.
- Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like