Home › Forums › WoodMart support forum › Can you help me with my problem in the product archive section? › Reply To: Can you help me with my problem in the product archive section?
July 10, 2023 at 3:48 pm
#480434
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to add following custom css code in theme setting > css > Global css:
.product-list-content .woocommerce-product-details__short-description p {
height: 3em !important;
}
Best Regards.