Welcome to my website!
Check it out here:
I am facing an issue with a long margin at the bottom of my woocommerce product list. I have tried using CSS to change it as shown below:
.woocommerce .products ul, .woocommerce ul.products {
margin-bottom: 0;
padding-bottom: 0;
}
Unfortunately, this solution does not seem to work correctly, especially when resizing the window in Chrome.
Does anyone have any ideas on how to fix this problem?