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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025