Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Product Description’ is closed to new replies.
When inserting a product description, the text or content exceeds the boundaries of the content box however when inserting the content on the back end, the text/content fits perfectly. Any way to resolve?
Thank you,
Lin
Hi OriginsSpeak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.woocommerce-tabs .container {
width: 100%!important;
}
Regards,
Yigit
Worked. Thanks!