Topic summary
User wants the page title to remain centered but constrained to about 60% width in a Shopify “Liquid” section (Liquid = Shopify’s templating language).
Key steps provided:
- Add custom CSS in theme.liquid via Online Store → Themes → Edit code. Placement suggested either before or before .
- Target the specific section/container ID and set max-width around 60–64% and center with margin: 0 auto. Example approach: limit width and center only that section, not the whole page.
Context:
- The store URL was shared to review the page (therichco.uk/pages/the-rich-co-diamonds). No password mentioned.
- Screenshots were provided to show the result; images are central for visual confirmation.
Clarifications and outcome:
- It was confirmed the change applies only to that specific section/page when using the section ID selector.
- The user confirmed the solution worked and expressed thanks.
Status: Resolved. No further open questions or actions noted.