I want to centre my footer copyright which is in left right now in spotlight theme,please someone help
Topic summary
A user needed help centering the footer copyright text in the Spotlight theme, which was left-aligned by default.
Solution provided:
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Open the CSS file (base.css, style.css, or theme.css) in the Assets folder
- Add the following code at the bottom:
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
Outcome:
The solution successfully resolved the issue. Multiple users confirmed it worked for their stores as well. The discussion is resolved with a working CSS fix that centers the footer copyright element.
2 Likes
Hi @Ravvor ,
Try this.
- 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:
- And Save.
.footer__content-bottom-wrapper.page-width {
justify-content: center;
}
Result:
If this wont work, would you mind to share your URL website? with password if its protected. Thanks!
4 Likes
it worked! thanks a lot.
1 Like
thank you, worked for me too!
Thank you for this. Very simple and it worked
BIG W MANS HOPING FOR YOUR MILLIONARE STATUS BIG BOSS WS IN THE CHAT
