-
Issue description:
I’ve got Slider installed on my Squarespace website and it seems fine on desktop but it’s not showing the full content on mobile -
Link to the page with the widget in question:
masarvideo.com/abm#casestudies
2 Likes
Hi there, @Brenden_Masar
It seems to be a bug with the Height by Content feature. I’ve forwarded this issue to the devs and will update you once it’s fixed
2 Likes
Any update on this?
1 Like
Hi there, @Brenden_Masar
We’re still working on the global solution, and it’s going to be release quite soon. As a temporary fix, we’ve added this code to the Custom CSS field on the Advanced tab of your widget’s settings:
[class*='WidgetBackground__Container-sc'] {
height: max-content!important;
}
.eapp-slider-slider-slider {
height: max-content!important;
}
.eapp-slider-pagination-component {
background-color: rgb(116, 153, 62);
}
Please check it out and let me know if the widget looks fine now
this works thanks
1 Like
Great, you’re welcome
We’ve released a global fix, so you can remove the code from the Custom CSS field now