Shaded stars not aligned

This topic contains 8 replies, has 3 voices, and was last updated by  Ashley Moore 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #477248

    Ashley Moore
    Lifetime Member
    Post count: 23

    When review stars are shaded the colour is not aligned to the star.

    Any idea what needs to be changed to fix this?

    Probably best explained with the attached pic.

    #477261

    Alex Rollin
    Moderator
    Post count: 27815

    Please share the page URL so we can check on the issue.

    Thanks

    #477262

    Ashley Moore
    Lifetime Member
    Post count: 23
    This reply has been marked as private.
    #477303

    Kor
    Moderator
    Post count: 16516

    Hi Ashley,

    Thanks for your reply. You can use the custom CSS below for now while we investigate this further on our end.

    .gd-rating .gd-rating-wrap svg::before, .gd-rating .gd-rating-wrap i::before {
        letter-spacing: 0px!important; 
    }
    #477362

    Ashley Moore
    Lifetime Member
    Post count: 23

    Thanks that’s fixed the individual reviews and the selector. How would I fix the overall review stars?

    #477364

    Kor
    Moderator
    Post count: 16516

    Hi Ashley Moore,

    Thanks for your reply. The “Overall Review Stars” looked fine to me. What’s wrong?

    #477365

    Ashley Moore
    Lifetime Member
    Post count: 23

    It might just be me being picky but wouldn’t a 4 star review plus a 5 star review equal 4.5. I would expect to see the last star overall to be split down the middle. Thanks 😀

    #477370

    Kor
    Moderator
    Post count: 16516

    Hi Ashley,

    Try using the custom CSS code below and see if it helps.

    .gd-rating .gd-rating-wrap {
        display:inline!important;
    }
    #477371

    Ashley Moore
    Lifetime Member
    Post count: 23

    You’re a star. That worked great. Thanks.

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket