Home › Forums › WoodMart support forum › Product Details – Product tab – Additional info tab › Reply To: Product Details – Product tab – Additional info tab
February 29, 2024 at 9:34 am
#544927
Hung Pham
Keymaster
Hi software,
Thanks for reaching to us.
That’s because table of attribute not placed inside the tabs, so it will inherits width of product wrapper instead https://prnt.sc/3unpwkj8QP6q
Add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.wd-builder-on .woocommerce-product-attributes {
width: 66.66666667%;
margin: 0 auto;
display: block;
padding: 0 5px;
}
Regards,