Home › Forums › WoodMart support forum › How to change Woodmart Theme width's content area › Reply To: How to change Woodmart Theme width's content area
September 25, 2019 at 6:15 am
#146419
Aizaz Imtiaz Awan
Keymaster
Most Welcome,
To shorten the description length of the products. Please insert the below css in Theme Settings >> custom code >> Custom CSS for desktop.
.woocommerce-product-details__short-description{
width:500px;
}
You can increase or decrease the width. I just used 500px to set an example for you.
Screenshot: https://jmp.sh/xmpM08D
Result: https://jmp.sh/zKiYify
Best Regards.