How to make collection title central (dawn theme)

Topic summary

A user needed help centering collection titles on their Shopify store homepage using the Dawn theme. The “MAXI COLLECTION” title and other collection titles were appearing off-center.

Solution provided:

  • Access Online Store → Theme → Edit code
  • Open the theme.liquid file
  • Insert custom CSS code before the </body> tag

Initial attempt: The first code snippet only centered one collection title.

Final solution: An updated CSS code was provided that successfully centered all collection titles on the homepage.

The issue was resolved, with the user confirming the store now looks much better with all titles properly centered.

Summarized with AI on November 22. AI used: claude-sonnet-4-5-20250929.

Hello All

Looking to make my collection text central on the homepage

Please note; the MAXI COLLECTION is off center

I would like this center feature for all collection titles on the homepage

Website page www.nothingtoweardubai.com

Many thanks

Hello @ntwdubai ,

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

Hiya

Thank you that’s super helpful, however it’s only updated one collection title to the centre - I am hoping to find a solution for all collection titles on the homepage to be made centre also.

Hello @ntwdubai ,

You can remove old code and use this code


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team

AMAZING! Thank you so much, looks so much better now.

I am so glad that my recommendation can help.