Hi sorry for the late...
Open the file /plugins/content/ji_votitaly.php for editing and go to line 107. Replace the lines:
| Code: |
<!-- Votitaly Plugin v1.2 starts here -->
<div class="votitaly-inline-rating" id="votitaly-inline-rating-'. $id .'">
|
with the new lines:
| Code: |
<!-- Votitaly Plugin v1.2 starts here -->
<div style="width: 280px; margin: 0 auto;">
<div class="votitaly-inline-rating" id="votitaly-inline-rating-'. $id .'">
|
then go to line 139 and replace the lines:
| Code: |
</div>
<!-- Votitaly Plugin v1.2 ends here -->
|
with the new lines:
| Code: |
</div>
</div>
<!-- Votitaly Plugin v1.2 ends here -->
|
May be you need to change the size of the box so change the width of the div as you better prefer.