Hello,
On the Dawn Theme, I need help with centering this header. I took a screenshot for your reference.
A user seeks help centering the “Featured Products” header in Shopify’s Dawn theme.
Initial Solutions Attempted:
assets/template-collection.css.rich-text__blocks to base.cssResolution:
After the user shared their store URL (krispywaffles.com), a community member provided updated CSS code to add to the bottom of base.css:
.collection__title.title-wrapper { text-align: center !important; }
This solution successfully centered the header. The issue is now resolved.
Hello,
On the Dawn Theme, I need help with centering this header. I took a screenshot for your reference.
Please add the following CSS code to your assets/template-collection.css bottom of the file.
.collection__title.title-wrapper {text-align: center !important;}
Thanks!
didn’t work.
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.rich-text__blocks {text-align: center;}
Regards,
San
Didn’t work. Here’s the URL krispywaffles.com
Thanks for sharing the URL.
Please add this css in your bottom of the base.css file:
.collection__title.title-wrapper {text-align: center;}
It worked! Thanks for your Help! ![]()