Home Forums WoodMart support forum how to move these tabs to (left) in english lang. and (right) in arabic lang. ??

how to move these tabs to (left) in english lang. and (right) in arabic lang. ??

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95418

    mbanat18
    Participant

    how to move these tabs to (left) in english lang. and (right) in arabic lang. ??
    see the attachment

    Attachments:
    You must be logged in to view attached files.
    #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

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