Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
2.1k views
in Themes by

Here is what it looks on my configuration. 

 

by
Desktop, iPad... Where does this happen?
by
desktop, regular wide screen mode.

1 Answer

+2 votes
by

I can confirm this happens when you use SnowFlat and check the Show separate up and down votes setting in admin/viewing. Please, create a ticket in the GitHub repo linking to this question.

A quick workaround would be to add this CSS code to your qa-styles.css file:

span.qa-upvote-count, span.qa-downvote-count {
  line-height: 30px;
  font-size: 81%;
  display: block;
}

You may have to play a little with the font-size percentage.

by
done:
https://github.com/q2a/question2answer/issues/206

Somehow I do not like any other theme than the SNOW.  Nice and clean.  I just wish it was also responsive.  I will wait.
by
This should have been fixed in the dev branch. You can try it from this link: https://github.com/q2a/question2answer/archive/02f8514d88d886f878e7eb3ceedde2d56dbdfdd2.zip
...