A user encountered excessive white space appearing after product titles in the Dawn theme’s product grid, but only on mobile devices—desktop display was correct.
Solution Provided:
Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
Open the CSS file (base.css, style.css, or theme.css) in the Assets folder
Outcome:
The CSS adjustment successfully resolved the spacing issue by setting the card information height to auto on mobile viewports. The original poster confirmed the solution worked.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I’m using the product grid option on the dawn theme and on desktop the products show up correctly but on mobile there is a huge white space after the product title. How can I adjust it so the space is smaller on mobile only? https://obasan.ca/collections/pillows
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code: