Home Forums WoodMart support forum change position Product tabs Reply To: change position Product tabs

#83786

Hello,

1. The space can be changed with custom CSS – add this code and set the values as per your needs:

body .tabs-layout-tabs .tabs li {
    margin-right: 30px;
}

2. What do you mean? You can insert the Accordion element in the product description or clarify your purpose.

Best Regards