can CSS also be used to shift the floating badge? mobile vision of www.meyespa.com … the badge bleeds over the visible screen width. Or is there a better fix for this?
Hi there, @Jason13
I’ve checked your website on mobile and the reviews badge looks fine on my end:
Could you please double-check it? If the issue still persists, please send me a screenshot of the issue and specify the device you are using
Thank you!
The badge may look this way because of the informational panel that you see as a website owner. If you check your website in incognito mode, the widget should be displayed fine.
However, if you still want to adjust its appearance just for yourself, use this code in the Custom CSS field on the Style tab of your widget’s settings:
.global-styles, .eapps-widget-toolbar {
display: none !important;
}
Test it out and let me know if it helped
Thanks!
1 Like