Google logo showing really small?

Installed Google review plugin but google logo is showing up really small in website ?

2 Likes

Hi there, @Howard_Swimmer :waving_hand:

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 :slightly_smiling_face:

2 Likes