Hey there, I've been facing an issue with the woocommerce product display grid layout. The items keep getting misaligned, with one on a line and the others right next to each other. I attempted to fix it by adding some custom CSS code:
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
min-height: 293px !important;
}
This solution worked temporarily until I installed the YITH AJAX Product Finder plugin, which seemed to revert the changes back to the initial problem. I even tried adjusting the height to see if that would resolve it, but unfortunately, it didn't. Any suggestions or ideas? You can view the product page at this link:
I'm currently using the Wootique theme...