Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
447 views
in Q2A Core by

How can I decrease the large size or height of the answer and voting boxes that appear on the left side of the screen. I would like to make them smaller, like the size that they are on OSQA - http://meta.osqa.net/questions/ ?

1 Answer

0 votes
by

In your stylesheet you'll want to look for these styles and change any or all of them:

.qa-voting and .qa-a-count - reduce the padding on top & bottom, and change the colors if need be.

.qa-vote-buttons - reduce the width and/or padding.

.qa-netvote-count - reduce the width.

.qa-netvote-count-data and .qa-a-count-data - reduce the font size.

by
I tried that and it did not work correctly. Maybe someone has a theme with shorter boxes, the width is fine? There seems to be a lot of wasted space consumed by the large vote and answer boxes.
...