I would like to change position of voting box next to comments area. I changed lots of thing on addon colors etc.. but I could not find how to change position of voting arrows + vote counter.Thanks...here is my forum : http://www.herkesuzman.com
In the voting.css file (domain/plugins/Voting/design/voting.css) round about line 130 you should see a ul.MessageList div.Meta span.Votes class being defined. Mine is set to: ul.MessageList div.Meta span.Votes { text-align: center; display: block; position: absolute; right: 10px; line-height: normal; padding: 0; } as you can see I have right:10px which sets the voting arrows/counter to 10px off the right margin of the page. If I set this to say 50px, then it would indent further off the right margin, and move more to the left.
Thanks, yes that's what I wanted... I also added top:-5px; to show it at a bit higher place. Different form your own code, my right value is : right: 695px.
Comments
Voting buttons on the top left of each post allow you "like" or "dislike" a comment.
Each discussion gets 4 boxes to the right of the title, displaying important statistics about how popular it is.
Vanilla Forums COO [GitHub, Twitter, About.me]
I changed lots of thing on addon colors etc.. but I could not find how to change position of voting arrows + vote counter.Thanks...here is my forum : http://www.herkesuzman.com
In the voting.css file (domain/plugins/Voting/design/voting.css) round about line 130 you should see a ul.MessageList div.Meta span.Votes class being defined. Mine is set to:
ul.MessageList div.Meta span.Votes {
text-align: center;
display: block;
position: absolute;
right: 10px;
line-height: normal;
padding: 0;
}
as you can see I have right:10px which sets the voting arrows/counter to 10px off the right margin of the page. If I set this to say 50px, then it would indent further off the right margin, and move more to the left.
Hope this helps
I also added
top:-5px;
to show it at a bit higher place.Different form your own code, my right value is :
right: 695px
.How to turn all that to simple + - and thumbs? like this: homepage topics and comments