How can I center the title of ONE specific page (leave the others as they are on the left)
1 Like
Hi @miltokas
Would you mind to share your Store URL website? with password if its protected. Thanks!
sure, the Store url is vengastore.com and the password is giuli
The page I want to put the title in the center is the Order Tracking only, you can find the link in the bottom of the store.
1 Like
Thank you for the information.
Try this one then.
- 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:
h1.main-page-title.page-title.h0 {
text-align: center;
}
- And Save.
- Result:
Thanks a lot for the answer.
But this will center the titles of all pages, I only want to center the order page and leave the others as they are.
How can I only center this specific title of this page?

