• Hi,

    I have been trying multipe CSS codes but nothing seems to work. I need to reduce the space between the product title and product price, and between the product price and add to cart button. If you check out the page, you can see weird large white spaces between it now. I need it specifically for the product category pages.

    Anyone who can help me out?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .woocommerce ul.products li.product li.title h2 {
        height: 0 !important;
    }
    
    .elementor-6489 .elementor-element.elementor-element-1b327725.elementor-wc-products ul.products li.product .button {
        margin-top: 0;
    }
    Thread Starter unclepercy1111

    (@unclepercy1111)

    Unfortunately it has no effect!

    Hello,

    Kindly share a snapshot of the section where you have added these codes because not reflecting those codes on the front end.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce padding produt title and price’ is closed to new replies.