Home › Forums › WoodMart support forum › Displaying all product page content at once instead of in tabs › Reply To: Displaying all product page content at once instead of in tabs
June 28, 2021 at 8:00 am
#303006
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Desktop:
.product-tabs-wrapper .container {
max-width: 100%;
}
.wd-tab-wrapper:not(:nth-child(2)) {
max-width: calc(1222px - 30px);
margin: 0 auto;
}
Please replace 1222px
in the max-width: calc(1222px - 30px);
for the value you have configured in the Theme Settings
Best Regards