Home › Forums › WoodMart support forum › how to move these tabs to (left) in english lang. and (right) in arabic lang. ?? › Reply To: how to move these tabs to (left) in english lang. and (right) in arabic lang. ??
December 11, 2018 at 1:30 pm
#95430
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.tabs-layout-tabs ul.tabs {
text-align: left;
}
.rtl .tabs-layout-tabs ul.tabs {
text-align: right;
}
Regards