A user seeks help centering featured products and the “11/24” header on their Shopify store using the Publisher theme, as both elements currently align to the left.
Solutions Provided:
Three community members offered CSS-based fixes:
Solution 1: Add custom CSS via theme.liquid file above the </body> tag to center the collection title and product grid
Solution 2: Use Shopify’s Customize interface → Theme Settings → Custom CSS to apply centering styles for .collection__title and .product-grid
Solution 3: Edit base.css directly, adding CSS rules to center both the collection title wrapper and featured collection slider
Outcome:
The original poster confirmed one of the solutions worked successfully. All approaches target the same elements (collection title and product layout) using text-align: center and justify-content: center properties, differing only in implementation method (theme file vs. custom CSS panel vs. base stylesheet).
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I am trying to center the two products I have on my site but they are to the left right now. Alongside the title that is labeled 11/24. I am using the publisher theme and can’t find a solution to this.
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.