The sample screenshot on the plug page shows the vote theme aligned right of the copy. How do I do this?
The sample screenshot on the plug page shows the vote theme aligned right of the copy. How do I do this?
Figured it out:
<div style="float: right;padding-top:10px;">
<?php DisplayVotes(get_the_ID());?>
</div>
<?php the_content() ?>
Then, added clear:left to the #content p.
This topic has been closed to new replies.