Forum Replies Created

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
    }

    Thread Starter ravaji

    (@ravaji)

    I solved the problem.
    for my case the problem was because of “Direction Detector” plugin. As I removed the plugin, problem solved.

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