Reviews widget breaks website on mobile view

Hi there, @Juan_Colome :waving_hand:

I’ve just checked yoru website and don’t see the issue you’re describing on my end. Please try to check your website in your browser’s incognito mode and let me know if the issue still persists.

In case you still see the issue, please send me a screenshot of the issue and specify the exact model of your device, browser and OS version :folded_hands:

Thank you Max, really appreciated - please see attached pic. I’m using an android (samsung Ultra) with the lates update. The widget is making the mobile screen shift to the right. Only happens using mobile.

Thanks! We’ve checked your website on many devices, including yours and still couldn’t replicate the issue.

There’s a chance the issue appears because of the informational panel if you’re logged in to your Elfsight account on your smartphone.

We’ve hidden the info panel using this code in the Custom CSS field on the Style tab of your widget’s settings:

@external {
  .eapps-widget-toolbar {
    display: none !important;
  }
}

Could you please check your website once again and let me know if the issue still persists?

You nailed it - thank you very much.

It displays perfect now.

Have a nice day Max

Awesome, you’re always welcome!

Just to clarify, since the informational panel is visible to the widget owner only, other users didn’t see this layout shift on mobile devices :slightly_smiling_face: