• Hello,

    I’m using your amazing theme and chose it because it support the RTL feature (My website is in Hebrew)
    However when I implemented a child theme the RTL feature did not work.
    Please let me know how to implement the RTL feature in a child theme.

    Thank you,

Viewing 1 replies (of 1 total)
  • Hello,

    Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:

    body{
    direction:rtl;
    }

    Hope that helps.

    Regards,
    Gourav

Viewing 1 replies (of 1 total)

The topic ‘Create Child theme support RTL’ is closed to new replies.