Style and tooltip issue with RTL site

5.85K viewsThemes
1

Hi. there are some problems in my site
some options like :
more action
upvote
status of post
and … doesn’t work

it seems that there are problems with right to left languages, things like photo of submitter are disordered. do you think it can be solved?

 

this is the link:

http://nstudioz.com/questions/question/%D8%B3%D9%88%D8%A7%D9%84-%D9%85%D9%86-%D8%A7%DB%8C%D9%86%D9%87/

 

Attachments

problems.jpg
1

Its look like tooltipster CSS issue in voting. They are releasing a new version soon I will update to that version.

Also add this CSS:

#anspress .ap-pull-right{
	float:left !important;
}
#anspress .ap-pull-left{
	float:right !important;
}

thanks for your support, I added the css to style.css
but nothing happend,should I add it to a special place?

You are viewing 1 out of 2 answers, click here to view all answers.