A user working with Shopify’s Dawn theme seeks help creating a customizable quarter-based grid layout for their blog. They want flexible patterns like 1/4 + 1/4 + 1/4 + 1/4, 1/4 + 1/4 + 2/4, or 2/4 + 2/4, ideally with random or customizable arrangements.
Visual references provided:
Screenshot of Cereal’s blog as inspiration showing the desired grid layout
Attempted solution:
A support team member provided CSS code to add to theme.liquid that adjusts collection-list width for blog templates. However, the original poster indicated this didn’t address their actual need.
Status: The issue remains unresolved, with the quarter-based grid layout still needed.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
This might be a bit of a stretch, but I’m hoping someone here can point me in the right direction.
I’m working on updating my blog layout and want to set the grid based on quarters. Ideally, the layout would be customizable or random, following patterns such as:
1/4 + 1/4 + 1/4 + 1/4
1/4 + 1/4 + 2/4
2/4 + 2/4
Any help or suggestions would be greatly appreciated!