• Resolved ernestolermag

    (@ernestolermag)


    i wish to reduce the height of the spaces in the shopping cart they are a ittle too big how can i decrease the height just a little bit?
    thank you

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

Viewing 1 replies (of 1 total)
  • Hi @ernestolermag,

    Thank you for reaching out.

    You can change the height of the box borders by adding this custom CSS code in the Theme Customizer:

    .woocommerce table.shop_table td
    {
      padding: 5px 12px !important;
    }
    

    Feel free to adjust the values per your needs.

    Best Regards,
    Pavle

    • This reply was modified 4 years, 8 months ago by gdpavle.
Viewing 1 replies (of 1 total)
  • The topic ‘How do i reduce the height of the squares in theforms’ is closed to new replies.