• Resolved jjstuss

    (@jjstuss)


    Under each product title I have a star rating module. However, it’s not showing up on the published page. The first review has one big star in the middle of the paragraph. I used this on another site and it worked fine, so a bit confused.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @jjstuss! I’ve checked your page and noticed that the theme you’re using in your site causes the stars to be displayed incorrectly. To fix this, you may paste the following into your custom CSS:

    .ub-star-rating svg{
        width: 20px;
        height: 20px;
        position: relative;
        transform: none;
        -webkit-transform: none;
    }

    Let us know if you experience further problems.

Viewing 1 replies (of 1 total)
  • The topic ‘Star Rating Not Working’ is closed to new replies.