How to move my collection title to the middle of the page

Topic summary

A user seeks help centering their collection page title, as their theme dashboard lacks this option. They provide a screenshot showing the current left-aligned title layout.

Solution provided:

  • Add CSS code to the theme’s base.css file
  • Navigate to: Shopify Admin → Online Store → Theme → Edit code → base.css
  • Insert at the end: .collection-hero__title {text-align: center;}

Current status:
The original poster requests a direct message to address an additional related issue, suggesting the main centering problem may require further troubleshooting or has revealed a secondary concern.

Summarized with AI on October 31. AI used: claude-sonnet-4-5-20250929.

Hi,

I need support with move my collection title to the middle of the page. Since there’s no option in theme dashboard I need to add a code. I woul be grateful for help. Here’s helpful image

@Alexdontero Can you please share this page link?

Sure here’s link to coletion page: https://glovyzone.com/collections/our-picks

@Alexdontero

please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css

.collection-hero__title {text-align: center;}
1 Like

@suyash1 Could you check dm because I need to solve one litlle issue