O Old Nick Well-known member Jun 18, 2024 #1 Affected version 2.3 RC Star only has 4 letters but not in all languages...
Hareon Active member Jun 18, 2024 #2 Maybe you need to increase the width of the widgets spaces. I am using 300px for Sidebar and side navigation width (and 1400px of maximum page width).
Maybe you need to increase the width of the widgets spaces. I am using 300px for Sidebar and side navigation width (and 1400px of maximum page width).
P Paul B XenForo moderator Staff member Jun 18, 2024 #3 I would just replace the word "star" with an actual .
O Old Nick Well-known member Jun 18, 2024 #4 Hareon said: Maybe you need to increase the width of the widgets spaces. I am using 300px for Sidebar and side navigation width (and 1400px of maximum page width). Click to expand... It is not a widget. Example: https://xenforo.com/community/resources/customising-the-layout-with-custom-user-fields.8097/reviews
Hareon said: Maybe you need to increase the width of the widgets spaces. I am using 300px for Sidebar and side navigation width (and 1400px of maximum page width). Click to expand... It is not a widget. Example: https://xenforo.com/community/resources/customising-the-layout-with-custom-user-fields.8097/reviews
O Old Nick Well-known member Jun 18, 2024 #5 Paul B said: would just replace the word "star" with an actual Click to expand... It's a but if we start replacing with for one reason or another it may become .
Paul B said: would just replace the word "star" with an actual Click to expand... It's a but if we start replacing with for one reason or another it may become .
TnT Active member Jul 6, 2024 #6 The space is hardcoded to 50px. You could add a template modification (did it recently for my forums): Template: xfrm.less Search for: CSS: .ratingFilter-rating { min-width: 50px; } Replace with: CSS: .ratingFilter-rating { min-width: 70px; } It would be better if the developers would add something like white-space: nowrap;
The space is hardcoded to 50px. You could add a template modification (did it recently for my forums): Template: xfrm.less Search for: CSS: .ratingFilter-rating { min-width: 50px; } Replace with: CSS: .ratingFilter-rating { min-width: 70px; } It would be better if the developers would add something like white-space: nowrap;
O Old Nick Well-known member Aug 8, 2024 #7 Paul B said: I would just replace the word "star" with an actual . Click to expand... Not so bad...