Stars aligment on one line
-
Hi,
I would like the stars to be aligned onto the same line as the text before, like this :Readers review: * * *
Here is my code for that:
<?php if(function_exists("kk_star_ratings")) : ?> <li><div class="itemheader"> <span><strong>Readers review: </strong></span><span><?php echo kk_star_ratings(get_the_ID()); ?></span> </div></li> <?php endif; ?>
However, kk star rating keep up aliging on top / bottom right/ left depending on plugin configuration. Even when modifying the CSS, I cannot align stars on one line.
Which CSS code should I use for that ?
Thank you,
Looic.
- The topic ‘Stars aligment on one line’ is closed to new replies.