A user seeks to reposition elements in their Shopify storeβs collection list section (Symmetry theme). Currently, the collection heading and navigation arrows are center-aligned, but they want the heading moved to the left and arrows to the right.
Proposed Solutions:
Two respondents provided CSS-based fixes:
Both suggest adding custom CSS code to the theme.liquid file, placed before the closing </body> tag
The code targets the collection heading class to apply text-align: left
Navigation buttons are repositioned using float: right, position: absolute, and display: inline-block properties
Status: The discussion appears resolved with working code solutions provided, though the text formatting in responses is reversed/garbled, making exact code implementation unclear without careful review.
Summarized with AI on November 6.
AI used: claude-sonnet-4-5-20250929.
Hi Does anyone know if itβs possible to move the collection list heading to the left and arrows to the right? Currently the title and overflow arrow buttons sit in the centre. See inspiration below.