Try this,
@media only screen and (min-device-width: 480px) {
.woocommerce ul.products li.product figure {
padding-bottom: 200px !important;
}
}
@media only screen and (min-device-width: 768px) {
.woocommerce ul.products li.product figure {
padding-bottom: 260px !important;
}
}
Try this, and let me know. Again I try my level best to help you.
Thanks,
laranz.