• I want to reduce the spacing between the product name, its description, size and add to cart to half of what it is now for all the products.

    Can anyone please help me with the code snippet on how to achieve this?

    I’m using the Kadence Theme and Elementor

    sample product link – [ redundant link removed ]

    • This topic was modified 3 years, 3 months ago by Jan Dembowski.

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

Viewing 1 replies (of 1 total)
  • Abdoljabbar

    (@jabbarbakhshande)

    add this styles in your child theme style:

    .woocommerce .woocommerce-product-details__short-description {
         margin-bottom: 0;
    }
    .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
         line-height: 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Fixing Spacing between elements on the product description’ is closed to new replies.