Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ravaji

    (@ravaji)

    This css file works but it has some deficiencies. For better results add these lines to the end of wpdiscuz-rtl.min.css

    #wpcomm .wc-comment-text{
    text-align: right;
    float: left;
    clear: right
    }
    #wpcomm .wc-comment-title{
    direction:ltr;
    text-align:left
    }
    #wc_show_hide_loggedin_username{
    direction:ltr
    }
    #wpcomm .wc-comment-date{
    direction:ltr
    }

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi ravaji,
    It depends on WordPress installation language, you should install WP with correct RTL language. wpDiscuz detects that language it changes layout direction automatically

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Activating RTL’ is closed to new replies.