It works perfect, but if I use the function then are the reviews not visible in Safari browser, only in Chrome.
Hi there @Henry1
Could you please send me a direct link to the page where your widget is installed and specify the exact iOS and browser version? I’ll be happy to look into this for you
Hello Max,
Sorry for my late response.
It is now visible on safari.
But the ‘read more’ button vibrates a bit and that is also the case on Chrome.
Hi @Henry1
The thing is that the height of the card is calculated based on the line height value from the settings (which is the font size * 1.4).
I see that you’ve manually changed it on your site using the CSS code in the screenshot below. This is why the Read More button was flickering:
We’ve temporarily fixed it using this code in the Custom CSS field on the Appearance tab of your widget’s settings:
.es-review-content-text {
line-height: 19px !important;
}
However, to fix it globally, you should remove the code you’ve added to your website.
Let me know if this explains things or if you have any questions left
Thanks Max,
I’m gonna remove the CSS code.
Kind regards Henry
No sweat!
Have a great day
4 posts were split to a new topic: Issue with Align by Height setting in Safari
Okay! Thanks