Shopify themes, liquid, logos, and UX
Hi,
I'm currently using the new Dawn theme for my shop (used to use Narrative), but it really bugs me that the titles of the pages and some things on the home page are not centered but stuck to the left side of the screen. Does anyone know how to easily center all the titles to the middle?
Thank you!
Examples:
Solved! Go to the solution
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.title-wrapper-with-link {
align-items: center;
text-align: center !important;
display: block !important;
}
Thanks!
This is an accepted solution.
hello @Mathias8hrS
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.main-page-title , .collection .title-wrapper-with-link {
text-align: center;
justify-content: center;
}
Please share your store URL.
Thanks!
hello @Mathias8hrS
Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.
This is an accepted solution.
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.title-wrapper-with-link {
align-items: center;
text-align: center !important;
display: block !important;
}
Thanks!
Hi,
Thank you for the code snippets.
These work for the homepage, however I also want all other pages (f.e. About Us page) to display the title in the center of the page. Any way to write this quickly into the code so it's everywhere the case or just have to do the title wrapper code on all pages seperately?
Thanks again
hello @Mathias8hrS
I see the About Us page title to display the in the center of the page it's not everywhere the same case yes you have to do the title wrapper code on all pages separately
This is an accepted solution.
hello @Mathias8hrS
please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.
.main-page-title , .collection .title-wrapper-with-link {
text-align: center;
justify-content: center;
}
hi, this is not working on my product pages. are you able to check my product pages to centre the title?
shopsouls.com
pass: raopri
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025