I have embedded the widget in my Wix site and initially it works fine. But if you click load more and scroll down you are unable to scroll back to the very top and lose the top of the widget. Also is it possible to stretch the widget size and height somehow so that it takes up the entire page and all the reviews are displayed without needing an imbedded scroll bar?
Thanks Legends.
Welcome to the Community @Daniel_Lewis
I apologize about this inconvenience!
I’ve shared your request with the devs and will get back to you a bit later
We’ve fixed the issue by adding this code to the Custom CSS field on the Style tab of your widget’s settings:
.global-styles,
body {
height: fit-content !important;
}
Check it out and let me know if you like what you see
If you’d like to remove the scrollbars completely, you need to reinstall your widget avoiding iframes. Here is an article explaining how you can do this - How to install a widget on Wix avoiding iFrame - Elfsight Help Center
Thanks Max. Problem is solved. Really appreciate your help and thank you for the link to the article. I’ll definitely check this out. Is there anything that can be done to improve the appearance on a mobile site? This is what it looks like at the moment.
@Daniel_Lewis Please try to reduce the size of the widget’s container for mobile and let me know if it helped
Hey Max, I think I finally figured it out. Thanks heaps for your help
It’s my pleasure to help you