Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author ZeeTheme

    (@zeetheme)

    Hello @yoramz,
    Sorry for the late reply.

    Yes, WhiteDot supports RTL. Here is how to do it.

    Adding support for languages written in a Right To Left (RTL) direction is easy –
    it’s just a matter of overwriting all the horizontal positioning attributes
    of your CSS stylesheet in a separate stylesheet file named rtl.css.

    https://codex.wordpress.org/Right-to-Left_Language_Support

    What you just need to do is go to Appearance > Customize > Additional CSS, and add this CSS code –

    body {
    	direction: rtl;
    	unicode-bidi: embed;
    }

    Please let me know if your problem is solved.

    Theme Author ZeeTheme

    (@zeetheme)

    You have not replied for a long time so I am marking the topic as resolved.

    Thread Starter yoramz

    (@yoramz)

    thx for your answer,

    well – supporting RTL may need more than just that. usually, a RTL support need to have all floating definition to be split (so that the posts column will be the right one and the sidebar/widget column will be the left
    also, padding and margin need to be changed to support RTL
    and more.

    to avoid misleading users i would suggest to say that the theme does not support rtl.

    rg,
    yoram

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