Hi there! I’m not sure why there’s suddenly a blank space under the price in my store, and I’m not sure how to fix it either.
Topic summary
A store owner noticed an unexpected blank space appearing below the product price on their product pages and is unsure how to fix it.
Proposed Solutions:
Multiple developers suggested the same CSS fix:
- Navigate to Online Store → Theme → Edit code
- Open the theme.liquid file
- Add custom CSS code before the
</body>tag to adjust margin spacing - The CSS targets the product
<hr>element on screens 750px and wider, setting margin to 0 with!important
Store Information:
The affected store is cozosia.com
Status:
The discussion remains open - the store owner has not confirmed whether the suggested CSS solution resolved the spacing issue.
Hi @cozosia ,
Can you kindly share your store link with us? We will check it and suggest you a solution if possible ![]()
Hello @cozosia
You can add code by following these steps
-
Go to Online Store → Theme → Edit code.
-
Open your theme.liquid file
-
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi @cozosia , I hope you are doing well.
Step 1: Go to Online Store → Theme → Edit code.
Step 2: Open your theme.liquid file
Step 3: In theme.liquid , paste the below code before
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

