Installed Google review plugin but google logo is showing up really small in website ?
2 Likes
Hi there, @Howard_Swimmer
We’ve fixed the issue using this code in the Custom CSS field on the Style tab of your widget’s settings:
.es-google-logo svg {
width: auto;
}
Please check it out and let me know if everything is fine now
2 Likes