• Resolved haytov

    (@haytov)


    how can I fix RTL for tabs?
    the tabs should appear on the right, and not on the left.
    thank you

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @haytov ,

    We’re sorry for the inconvenience caused to you. Also, we are thankful for your patience and readiness to help us fix things that we come across.

    I’d like to let you know, I have reported this issue to our concerned developers. They are looking into it. Please lend us some time.

    Your patience and co-operation are highly appreciated.

    Meanwhile, please use the following CSS in the Customizer under the Additional CSS Tab to fix that issue:

    .rtl .uagb-tabs__wrap .uagb-tabs__panel.uagb-tabs__align-left{
        margin-right:unset;
    }

    ?
    I hope that helps. Let me know how it goes.

    Regards,
    Sweta

    Thread Starter haytov

    (@haytov)

    Thank you, the CSS works perfectly.
    if it is possible, I would be happy to be informed when this issue is fixed so I can delete the CSS fix.
    thank you again for you very quick and helpfull support

    • This reply was modified 3 years, 4 months ago by haytov.
    Thread Starter haytov

    (@haytov)

    sorry, but I see now another issue.
    the design totally breaks on mobile.
    anyway to fix this?

    Hello @haytov ,

    Can you please use the following updated CSS?

    .ast-desktop.rtl .uagb-tabs__wrap .uagb-tabs__panel.uagb-tabs__align-left {
        margin-right: unset;
    }

    I hope that helps.

    Thread Starter haytov

    (@haytov)

    thank you
    I added the CSS, but it didn’t solve the problem.
    you can check the page, it is with the CSS and the problem still exist

    Hello @haytov ,

    Can you please open a ticket with us from here so that we can debug it further?

    Looking forward to hearing from you.

    Regards,
    Sweta

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘RTL of Tabs’ is closed to new replies.