Hello,
Navigate to Theme Settings > Single product > Tabs and add the additional tabs.
Also, Go to products > Edit Product > On the edit product page, check the Product Settings > Tabs tab and create a custom tab for each product separately, and add the content: https://ibb.co/z53zhnm
For additional information content, Please add the below Custom CSS code to Theme Settings > Custom CSS > Desktop CSS. change the values as per your requirements.
.single-product .shop_attributes tr {
justify-content: left !important;
}
.single-product .shop_attributes td {
text-align: left !important;
}
.single-product .shop_attributes {
--wd-attr-v-gap: 15px; /* Adjust vertical gap */
--wd-attr-h-gap: 20px; /* Adjust horizontal gap */
}
.single-product .shop_attributes tr {
gap: 5px 55px !important; /* Adjust row spacing */
padding-bottom: 10px !important;
margin-bottom: 20px !important;
}
Best Regards,