Antonios Krinis
asked 9 years ago

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?

![enter image description here](https://www.dropbox.com/s/d1oi2egk5c5165b/screenshot.PNG?dl=0 "enter image title here")

You can see a live example at this url
http://komsudaneoluyor.net/sorular/test-question/

Best regards!

1 Answers
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro