@tha206 You have something setup in your theme’s CSS to add padding to headings.
Just override this and it will appear normally:
.gmbrr .heading {
padding-inline: 0;
}
You can add this CSS to the theme’s CSS, your child theme’s CSS or in Advanced | Custom Styles.
@tha206 I recommend removing the icon, name and vicinity to fit your design better.
Try this (in addition to existing parameters):
[reviews_rating summary="rating, stars, count"]
Thread Starter
Tha206
(@tha206)
Thanks so much for the reply! Please forgive my lack of knowledge with this stuff. I don’t work on my site very often and it’s like I need a refresher course every time I have to fix something. lol
I added the first code to the CSS and it straightened out the text/logo. However, that shortcode you posted isn’t doing anything. I agree it would probably be better to remove the icon, name and vicinity, but I can’t figure out how. π
@tha206 I did check the Shortcode used here and it does work as expected.
Please just add the bit: summary="rating, stars, count" to your existing Shortcode.
Ensure the quote marks are not angled (they should be straight, like you see here).
Thread Starter
Tha206
(@tha206)
OK I got it! I was adding it to the CSS instead of the shortcode on the widget. π€¦ββοΈ
Thanks so much for your time and assistance. π