You can’t configure the Site Reviews form with other plugins.
Use the shortcode options to hide the fields you don’t want, use the Settings page to change the fields that are required, and for adding custom fields, see: https://pastebin.com/4fvKErcp
Thank you, tell me the formula how to configure the interval between strips and words in the Summary and Submit a Review block so that there is no merging between the check box, setting the distance between blocks and words
I’m sorry, I don’t understand your question.
If you want your review submission form to have a specific layout, you can try changing the plugin style in the settings; if that does not suit your needs, then you will need to add your own custom CSS to make any layout adjustments.
I can’t make a space in ccs as on images between words and stripes, tell me how to attach the CCS formula and font size
https://cloud.mail.ru/public/nq9b/4zjFQQGYT
If this is happening, it is because your theme’s CSS is removing the padding.
To fix this, you can force the padding like this:
.glsr-ltr .glsr-bar-label {
padding-right: 10px !important;
}
.glsr-ltr .glsr-bar-percent {
padding-left: 10px !important;
}
Codes installed all also did not help
Now your code helped thank you, I inserted it in the plugin template, tell me how you can change the font size?
1. WordPress themes allow you to add additional CSS like this:

2. The first thing to try is to change the plugin style in the settings to “Site Reviews (minimal)”, this style does not apply any font related CSS rules.
Otherwise, if you need to customise the fonts, you will need to add some custom CSS to your theme.
You can use the Web Inspector of your browser to discover which classes to target with your Custom CSS (see: https://designtlc.com/use-chrome-inspector-edit-website-css/)
See also:
https://ww.wp.xz.cn/support/topic/custom-css-222/
https://ww.wp.xz.cn/support/topic/change-colors-19/#post-9007077
https://ww.wp.xz.cn/support/topic/widget-summary-of-reviews-font-size/