Hi Please can someone give me the code to decrease these gaps highlighted in red.
https://hothugger.com/products/cream-hot-hugger-wearable-hot-water-bottle
refresh theme
A user seeks CSS code to reduce vertical spacing gaps on their product page, specifically around product text elements. They’ve shared a screenshot highlighting the problematic areas.
Proposed Solutions:
</body> tag in the theme.liquid file (though the specific code wasn’t clearly visible in the conversation)p.product__text {
margin-top: 0px;
}
This targets the product text paragraph element to eliminate top margin spacing.
Status: The issue remains unresolved after the first attempt. The user is awaiting results from implementing the second CSS solution, which specifically addresses margin spacing on product text elements.
Hi Please can someone give me the code to decrease these gaps highlighted in red.
https://hothugger.com/products/cream-hot-hugger-wearable-hot-water-bottle
refresh theme
Hi @Finn4 ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
Hasn’t changed it. Any ideas?
Hi @Finn4
Try this one.
p.product__text {
margin-top: 0px;
}