Home › Forums › WoodMart support forum › how to align left product tab and content ? › Reply To: how to align left product tab and content ?
August 4, 2021 at 10:53 am
#310574
Aizaz Imtiaz Awan
Keymaster
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