Ratingstars are not side by side

hohleweg

Active member
Hi
The ratingstars on resources are not sidy by side

it is
r01.webp

and i want this (photomontage)
r02.webp

what must i do?
Thanks
 
Two ways to correct this:

1) Increase the cell size

.structItem-cell.structItem-cell--resourceMeta {
width: 260px;
}

2) Probably the better way - reduce the size of the stars

.ratingStars.ratingStars--larger {
font-size: 90%;
}

Whichever you choose put the code in your extra.less template - perhaps a combination of both the above may yield better results especially in mobile view, so have an experiment with the numbers :)
 
Basically the problem comes from the translation into our languages of the word Ratings. I had the same problem because I translated it by Evaluations and you by Bewertungen(en) and XenForo didn't take this language specificity into account. This almost deserves to be treated as a bug in order to avoid this kind of problem by enlarging the base size of the star cells.

@Chris D ?
 
Last edited:
Top Bottom