-
Issue description:
-
The issue is that the widget for Google Reviews is perfectly matched to sizes of the site. Unfortunately, when we click on the “Read more”, the widget is “opening” vertically and overlaps with other elements. Is there any way to solve this problem?
-
Link to the page with the widget in question:
-
www.kamw.pl/adwokat-rozwodowy (you scroll down and see the widget).
1 Like
Hi there @Maciej_Sienko
The issue occurs because of the conflict with the styles of your website. To fix it, please add the code below to the Custom CSS field on the Style tab of your widget’s settings:
.global-styles, #W7R8RBhfD41XkxiQxXX5EnRFPtQbokRM {
position: relative;
height: fit-content;
top: 0;
margin: 1.65625rem 0;
}
.global-styles, .container:has(#W7R8RBhfD41XkxiQxXX5EnRFPtQbokRM) {
height: fit-content !important;
}
.global-styles, .row:has(#W7R8RBhfD41XkxiQxXX5EnRFPtQbokRM) {
height: fit-content !important;
}
.global-styles, #dts4eoLJZQNFfKJ2C6KZ9ns6Qv4hshsB {
height: fit-content;
}
Try it out and let me know if it worked