• Resolved pcwzrd13

    (@pcwzrd13)


    I forget when this happened exactly but a while back I updated Site Reviews and it caused a weird issue with the custom stars. It’s hard to explain but you can see the issue on the page here:

    https://dreamcastlive.net/4×4-evolution/

    It’s like the image starts to repeat itself on the bottom. Any idea how to solve this?

    The “overall rating” is the way it’s supposed to look.

    • This topic was modified 4 years, 2 months ago by pcwzrd13.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    You have two options:

    1. Use a square image (the one you are using is not square).

    2. Use some custom CSS:

    .glsr .glsr-star {
        background-position: center;
        background-repeat: no-repeat;
    }
    Thread Starter pcwzrd13

    (@pcwzrd13)

    Didn’t even realize they weren’t square! Thanks! That did the trick! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom “Stars” Display Strangely’ is closed to new replies.