how to make tab Align right
-
hi
how to make tab Align right and give space between word and icon
https://gyazo.com/5b734c80a9edc628f71f6b5294d10406
thanks
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
text-align: right;
}
.vc_tta.vc_general .vc_tta-icon {
padding-left: 10px;
}
Regard’s.
Xtemos Studio.
hi
thanks this code work for english and arabic language I need code work for arabic only I’m not need edited to English language.
i need English page from left
I need arabic page from right
thanks
Hello,
You are Most Welcome.
Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
.rtl .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
text-align: right;
}
.rtl .vc_tta.vc_general .vc_tta-icon {
padding-left: 10px;
}
Best Regards.