Home Forums WoodMart support forum how to align left product tab and content ? Reply To: how to align left product tab and content ?

#310574

Hello,

I saw the screenshot you attached.

Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

.tabs-layout-tabs #tab-additional_information .shop_attributes {
    margin: 0;
}

.tabs-layout-tabs .tabs {
    text-align: left;
}

Regards.
Xtemos Studios