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

#146419

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.