Skip to main content

Modifying the Numeric Rating Position


gstager
Hero III
Forum|alt.badge.img+7

I have often been annoyed by how tight this is to the stars.

This is at the end.

Annoyingly Tight Value

If you are as well, I offer two solutions.

Solution 1 is to simply hide the value.

/** Hide the numeric course rating value **/

.shown-rating-value {
    display: none;
}
Hidden Value

The second is to move it over a little if you would prefer to keep it.

/** Move the numeric rating value over **/

.shown-rating-value {
    margin-left: 10px;
}
Shifted Value

As always, test for any conflicts in your platform.

Hope this helps someone today.

Did this post help you find an answer to your question?

sigamoline
Helper II
Forum|alt.badge.img+1

Nice!


Bfarkas
Hero III
Forum|alt.badge.img+5
  • Hero III
  • August 9, 2022

Ha, can’t say I ever noticed this, but adding to my list of reasons why I’m not using the built in course rating :)


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings