Home Forums WoodMart support forum how to make tab Align right

how to make tab Align right

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #227640

    mohamed
    Participant

    hi

    how to make tab Align right and give space between word and icon
    https://gyazo.com/5b734c80a9edc628f71f6b5294d10406

    thanks

    #227722

    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.

    #227885

    mohamed
    Participant

    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

    #227988

    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.

Viewing 4 posts - 1 through 4 (of 4 total)