• Hi

    I’m try to set right to left in Disqus.
    I change my language to Hebrew in Disqus settings but it wasn’t the best results so i also add a few lines in the custom CSS

    #dsq-content #dsq-comments .dsq-comment-body {
    direction:rtl;
    text-align:right !important;
    float: right !important;
    }

    and

    #dsq-comments {
    direction:rtl;
    text-align:right;
    float: right;
    }

    but still i have a problem that if there is more then one line in the comment, the float go to the left.
    you can see a sample here

    What can i do?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Disqus right to left issue’ is closed to new replies.