Not able to centre align collection list header in refresh theme. Please help
Topic summary
A user needed help center-aligning the collection list header in Shopify’s Refresh theme, which was defaulting to left alignment.
Initial Confusion:
- Support initially misunderstood the question, providing instructions for logo positioning in theme settings.
Actual Solution:
- The user clarified they wanted to center the collection list heading specifically (included a screenshot for reference).
- Support provided a CSS code solution to be added to the theme.liquid file above the
</head>tag.
Implementation Steps:
- Navigate to Online Stores > Themes > More Actions > Edit code
- Click on theme.liquid and paste the provided code above
</head>
Outcome:
- The solution successfully resolved the alignment issue.
Hi @svj1
This is Richard from PageFly - Shopify Page Builder App
You can change the logo position settings in the theme settings header here
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi Richard, Thank you for your reply. But here i am talking about the Collection List Heading which is left align. I want to make that Centre Align
Kindly refer to the image below.
Hi @svj1
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Thank you so much. It worked


