Site logo

Archived topic

Space between product images & between product image & product title

3 replies · Started by Jean-Claude on April 1, 2018

Viewing posts 1–4 of 4

Is it possible to reduce the space between product images & between product image & product title?
Along with GeneratePress 2.0.2 and GP Premium 1.6.2, I am using Elementor Pro.

Hi there,

Between the product images:

.woocommerce ul.products li.product {
    margin-left: 2%;
}

Between image and title:

.woocommerce ul.products li.product .woocommerce-LoopProduct-link>:not(:first-child) {
    margin-top: 5px;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know.

It worked just fine.
Thank you so much.
I just made a small contribution to the ongoing development.

Thank you very much!
We really appreciate it :)

This archived topic is closed to new replies.