Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @hairyashell,

    We should be able to get those on one line with a bit of CSS. Give this a try.

    • In your WordPress dashboard, go to Appearance and click on Customize.
    • Look down for the Additional CSS section and click on it.?
    • In the box there, paste this:
      
      li.product .star-rating {
          float: left !important;
      }
      
      li.product a.woocommerce-review-link {
          position: relative;
          top: 4px;
          left: 4px;
      }
      
    • Publish your changes.

    Let me know if you have any questions or trouble.

    Hi @hairyashell,

    It’s been a while since we heard from you, so I’m marking this thread resolved. Hopefully, you’ve been able to resolve this, but if you haven’t, please let open up a new topic and we’ll be happy to help out.

    Cheers

    Thread Starter hairyashell

    (@hairyashell)

    Hi, after updating it seems, the issue is back. so I used some editing in the functions.php file to fix it. But there is no bracket around the review count: sdf.sg

    Any advice on how to get brackets on the review count number?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Rating count beside star rating’ is closed to new replies.