How to decrease the space between price and title in dawn theme product page
Topic summary
A user seeks to reduce the vertical spacing between product titles and prices in the Dawn theme.
Solution Provided:
- Navigate to Online Store → Theme → Edit code
- Open the theme.liquid file
- Insert custom CSS code before the closing
</head>tag
The response includes a code snippet (appears corrupted in the source text) and a screenshot demonstrating the implementation. The solution involves adding CSS styling to adjust the margin or padding between these elements.
Status: A solution has been offered with step-by-step instructions, though the original poster has not yet confirmed if it resolved their issue.
Hi @NOT1 ,
- Go to Online Store → Theme → Edit code.
- Open your theme.liquid file
- In theme.liquid, paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
