• Resolved kalsey

    (@kalsey)


    Add the following css rules and adjust 124px and 24px according to the total width of your stars and height of stars respectively. For a 24×24 (default) stars, 124px and 24px should work.

    .kk-star-ratings { width: auto; min-height: auto; }
    .kk-star-ratings.kksr-stars { float: left; }
    .kk-star-ratings.kksr-legend { margin-left: 124px; line-height: 24px; }

    First of all thank you for your quick response Aurthor. I reset the plugin, download and install it again and add code to the style.css but nothing happens problem still persist star size is currently set to 24×24 as I need 15×15

    Please Check : https://www.newsview.in/entertainment/63269 (single.php)
    https://www.newsview.in/(Home Page)

    https://www.ads-software.com/plugins/kk-star-ratings/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Kamal Khan

    (@bhittani)

    .kk-star-ratings { width: 190px !important; min-height: auto !important; }
    .kk-star-ratings.kksr-stars { float: left !important; }
    .kk-star-ratings.kksr-legend { margin-left: 124px !important; line-height: 24px !important; }

    For 15×15, use

    .kk-star-ratings { width: 140px !important; min-height: auto !important; }
    .kk-star-ratings.kksr-stars { float: left !important; }
    .kk-star-ratings.kksr-legend { margin-left: 75px !important; line-height: 15px !important; }

Viewing 1 replies (of 1 total)
  • The topic ‘Stars and text in one line? Not working’ is closed to new replies.