All in one review widget not looking right on mobile

www.thecarpetcleaner.uk
I’ve installed the All in One review link to my website and when I look at it on a mobile it doesn’t look right. I’ve tried reinstalling it a few times but to no avail. My website is through Ionos. I previously had the Google review link and it looked fine. Any ideas?

1 Like

Welcome to the Community :wave:

I see the issue and I am genuinely sorry about it!

Your request is now with our devs. I’ll get back to you once I receive a response from them :slightly_smiling_face:

Hi @Paul_Jones :wave:

We’ve added this code to the Custom CSS field on the Style tab and now the widget looks fine on mobile devices:

@media(max-width: 440px) {
  .global-styles, #section-content-with-grid-fb3d81e5-a251-40d4-bbc7-d6dc2d06963b {
  display: block;
  }
}

Check it out and let me know if it’s fine on your end :slightly_smiling_face:

1 Like