Hi @localtouchmobile
There is no need to shout.
You posted this before here but you never responded to my reply. After a week of inactivity, I marked it as solved.
The fix in the latest update prevents the star width from shrinking, the stars use CSS Flexbox for positioning and the CSS in some themes would cause the stars to appear squashed.
Again, as I said in your other The Fault in Y(our) Stars topic, I will say the same thing…Please send me the URL of your page so I can help you solve the problem.
And to clarify, the problem that is happening on your website is due to your theme’s CSS conflicting with the flexbox layout of the Site Reviews reviews layout. I cannot help you if you do not provide the URL to your website where the problem is happening.
Here you can see the demo where this problem does not exist: https://site-reviews.staging.skybox.one/product/
Again, I would love to help you solve this, but I need you to help me to help you, by providing the URL to the page that has the problem. If you do not want to provide the URL on this forum, please you the “Contact Support” section on the Site Reviews Help page.
-
This reply was modified 1 year, 3 months ago by
Gemini Labs.
@localtouchmobile Again, I cannot help you if you don’t help me to help you.
@localtouchmobile I appreciate your need to vent. However, this support forum is used to get support and to solve problems.
If you would like me to help you solve your problem, I will need you to respond to my replies accordingly. If not, I will close this topic.
Thanks.
I am closing this topic as there has been no response from the topic author.
Sorry got no notifications about thread update this in my inbox. As far as I knew, I was not getting any response so thanks for getting back.
Anyway, there is a link to a screenshot of what I’m talking about as far as the review stars not centering when the other form fields are called to do so by css.
I don’t want to use the plugin style for Divi theme I have installed because I don’t like the how it formats the submit button but it only covers version 3.0 anyway and Divi is currently in version 4.9.2
Click Here To See Screenshot
This is an excellent plugin. If the mobile alignment problem is solved I have no other thigs I’d like to see change except the ability to change the form field prompt text,
It’s a bit wordy for me and doesn’t rally help the user to determine if they should give the review a title or not.
1. Without a link to your website I can only make an educated guess, but since Site Reviews is using Flexbox, you should be able to do this to centre the rating field in the form:
.glsr-field-rating .gl-star-rating {
justify-content: center;
}
You can use the WordPress Customizer to add custom CSS:

2. The Divi style should work for v4 also
3. Please use the Translations page in the settings to modify any of the plugin text strings.
-
This reply was modified 1 year, 3 months ago by
Gemini Labs.
Works perfectly now – Thanks!