• Hello
    my website is an RTL language based,
    When i try to print the page using this plugin, its awesome but doesn’t support RTL
    how can i fix it?

Viewing 1 replies (of 1 total)
  • Plugin Author HTML5Blog

    (@html5andblog)

    Hi,

    Sorry, I’ve only just seen this.

    You might be able to fix it using the custom CSS section in the plugin, and adding something like this:

    html, body, div, p, h1, h2, h3, h4, h5, h6 {
        direction: rtl;
    }

    Hope this helps,
    HTML5andBeyond Admin

Viewing 1 replies (of 1 total)
  • The topic ‘How can i RTL print page?’ is closed to new replies.