Make the widget so it has the ability to custom fit both desktop and mobile so that you can make the width wider on desktop and it not affect the width on mobile. Make the html stretchable so it works on both independently
3 Likes
Hi there and welcome to the Community, @Van_VerHoeven ![]()
Nice idea, thanks for sharing! I agree that it would be awesome to have a special setting for this. If this request gains more votes, we’ll try to consider it in the future ![]()
As for now, you can change the mobile width of the floating player using the code below in the Custom CSS section on the Settings tab of your widget’s settings:
[class*="FloatingMobile__StyledMobile-sc"] {
max-width: 80%;
}
Note: The code should be added inside the
@externaltag
1 Like
