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

#303006

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