Google reviews too small on mobile

The widget is perfect on desktop, but on mobile it’s too small.

How can I set it to look bigger, like it is showned on the Customization page?

It can me seen here, at the bottom of page: Passaporte Italiano | Agendamento Prenot@mi | Cidadania Italiana Wiki

1 Like

Hey there, @Alfredo_Mattioli :wave:

Your request is in the hands of our devs now! I’ll report back once I have their response :wink:

Thank you for waiting, @Alfredo_Mattioli!

We’ve adjusted the mobile view by adding this code to the Custom CSS field on the Style tab of your widget’s settings:

@media (max-device-width: 500px) {
  .es-embed-root {
    zoom: 2.7;
  }

  .es-masonry-layout > * {
    max-width: 100%;
  }
}

Check it out and let me know if it helped :wink:

Thank you so much! It’s perfect

2 Likes

No sweat :wink: