Home › Forums › WoodMart support forum › how to make tab Align right how to make tab Align right This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Aizaz Imtiaz Awan. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts September 21, 2020 at 12:04 am #227640 mohamedParticipant hi how to make tab Align right and give space between word and icon https://gyazo.com/5b734c80a9edc628f71f6b5294d10406 thanks September 21, 2020 at 8:28 am #227722 Aizaz Imtiaz AwanKeymaster 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. September 21, 2020 at 4:12 pm #227885 mohamedParticipant 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 September 22, 2020 at 6:36 am #227988 Aizaz Imtiaz AwanKeymaster 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. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register