A user working with Dawn 15.4 theme needs to fix inconsistent spacing in the Product Information section, specifically noting that the price sits too low relative to surrounding text.
Solution Provided:
Add CSS code to theme.liquid file (above tag)
Target .price__container with margin-bottom: 1.5rem !important
Current Status:
The initial fix worked but created excessive spacing. The user now requests a smaller margin value to better match the original spacing between price and elements below it. The discussion remains open as the spacing adjustment needs refinement.
Summarized with AI on October 23.
AI used: claude-sonnet-4-5-20250929.
I’m using the Dawn 15.4 theme on my website, and I’d like to make the spacing between all blocks in the Product Information section consistent (for example, the price currently sits too low compared to the text above it).