lesterchan / wp-postratings

Adds an AJAX rating system for your WordPress blog's post/page.
https://wordpress.org/plugins/wp-postratings/
123 stars 82 forks source link

Rating widget make line break? #116

Closed niznet closed 6 years ago

niznet commented 6 years ago

Hi, i wanted to place the rating rating in my post, but that i got this problem... How to fix this?

Screenshot line break

here my code: <?php echo "&nbsp;&nbsp;&nbsp;Users Rating: "; if(function_exists('the_ratings')) { the_ratings(); } ?>