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
}
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