Im having the same problem. I tried increasing my wordpress template width and the buttons appeared on the left side but changing the templates css width messed up all the other pages. Theres got to be another option. Any ideas?
This is what I found out so far. I downloaded a different Vanilla theme and the vote buttons showed up on the right side. It looks like you just have to change some css in the theme or the plugin css.
FWIW, I have been playing with the Voting plugin and the embed theme and I have found that by editing the voting.css style in the voting plugin folder and adding a new style called:
ul.DataList li.Comment { padding-left:60px; }
and editing the ul.MessageList div.Meta span.Votes style and setting the value
right: 630px;
seems to display a reasonable layout.
You should vary the value of right depending on the width of your content area in your web page.
Comments
ul.DataList li.Comment {
padding-left:60px;
}
and editing the ul.MessageList div.Meta span.Votes style and setting the value
right: 630px;
seems to display a reasonable layout.
You should vary the value of right depending on the width of your content area in your web page.
@SpicyNikNaks -- I tried your CSS with no luck:
http://screencast.com/t/U1L3NneO0o
Help?
@Todd ?
I actually think I might have figured it out: http://vanillaforums.org/discussion/comment/162690/#Comment_162690