Hello, i would like to align at the same vertical axe the upvoting system at the 1st circle with the one at the 2nd cirle.
Also at the 3rd circle from where inside the code this comes from?

You can see a live example at this url
http://komsudaneoluyor.net/sorular/test-question/
Best regards!
1 Answers
To resolve this issue, you can add the following code to the style.css file:
.dwqa-single-question .dwqa-answer .dwqa-vote { top: 50px; }
.dwqa-single-question .dwqa-question .dwqa-vote { top: 20px;}
.dwqa-single-question { padding: 17px;}
Hope this helps !
Please login or Register to submit your answer