I am trying to center these titles of all the blocks on my website. The bestsellers, the collections and the blog title.
lowrtu
screenshot below
A user seeks help centering section titles (bestsellers, collections, blog) across their Shopify website. Screenshots show the current left-aligned layout.
Proposed Solution:
justify-content: center to product grid and title wrapper elementsStatus:
Another participant confirms this CSS approach works specifically for the “Craft” theme. The discussion appears resolved with a working code snippet, though implementation success may vary by theme.
I am trying to center these titles of all the blocks on my website. The bestsellers, the collections and the blog title.
lowrtu
screenshot below
oh sorry for that issue can you try this code
.title-wrapper-with-link, .product-grid {justify-content: center;}
After trying everything on every thread, I can confirm this works for the “Craft” theme!