Site logo

[Resolved] Space between product images & between product image & product title

Home Forums Support [Resolved] Space between product images & between product image & product title

Home Forums Support Space between product images & between product image & product title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #537735
    Jean-Claude

    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.

    #537874
    Leo
    Staff
    Customer Support

    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.

    #537917
    Jean-Claude

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

    #538070
    Leo
    Staff
    Customer Support

    Thank you very much!
    We really appreciate it 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.