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!