We sould love to change the height of the widget.
Or enable a resize of the window somehow
1 Like
Hi there, @Piero_Biasi1
We agree that it would be great to have this as an option in the settings. We’ll try to think it over, especially if more users support this idea.
As for now, you can control the window’s height, using this code in the Custom CSS field on the General tab of your widget’s settings:
[class*="window-transition__Container-sc"] {
height: 900px;
}
1 Like
Thank you a lot @Max !!!
1 Like