I have the voting system working, but for design reasons, I wanted to float the element so that it sat on the same lines as the Written by and Creation date. Better use of space at the top of the article.
When I added
.jwajaxvote-inline-rating {
float: right;
}
to the CSS file, the voting block floats correctly in the content div to the right, but all the content below it stops at the left margin of the jwajaxvote-inline-rating div, all the way down the page.
I've checked the element in Firefox, using Outline element and it seems to be just the right size, but for some reason the rest of the content on the page will no longer use that column of space below the vote.
I even tried putting the whole div inside a table (yuck) aligned right and the same thing happened.
Why would aligning this div right through off the rest of the page?