I have a white space on the top of my product page in both mobile and desktop. I’ve tried a couple things in the css but can’t get it to go to zero. Here is a page example:
https://nature-niche.com/products/new-copper-bird-bath-purification-disk
I have a white space on the top of my product page in both mobile and desktop. I’ve tried a couple things in the css but can’t get it to go to zero. Here is a page example:
https://nature-niche.com/products/new-copper-bird-bath-purification-disk
Hello @natureniche
.product--section {
margin-top: 0;
}