RTL and LTR simultaneously?

Home Forums Jevelin Theme RTL and LTR simultaneously?

Home Forums Jevelin Theme RTL and LTR simultaneously?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • Cakelab
    Participant

    Hi,

    My site is multi-lingual (English & Hebrew). Is there a way to turn on RTL support only to the Hebrew site and turn it off on the English site?

     

    I appreciate the help!

    Hi @Cakelab,

     

    I hope you are well today and thank you for your question.

     

    The theme doesn’t provide any such option but If you are using any multilingual plugin then you can check whether the plugin provides it.

     

    Best regards,
    Shufflehound team

    Cakelab
    Participant

    Thank you for the quick reply,

     

    I guess I could manage it. However, can you help with the menu?

    When I disable RTL and use custom CSS code (or polylan plugin) to resolve it, I get a little space area in front of the category and the first sub-category in each column, as seen in the pic.

     

    Do you have any idea how to resolve the issue?

    • This reply was modified 5 years, 11 months ago by Cakelab.
    Attachments:
    You must be logged in to view attached files.

    Could you please share me the page URL from your site where it is displaying so that I can troubleshoot it?

    Solution for this topic

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav ul.sub-menu li.menu-item-has-children > a:after,
    .sh-nav ul.sub-menu li.menu-item li.menu-item-has-children > a:after{
        display: none;
    }

    Cakelab
    Participant

    Woohoo, it worked!

    Thanks for the help and fast response.. You’re a life saver šŸ™‚

    You are most welcome here šŸ™‚

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