Place widget higher on mobile (floating layout)

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

@media(max-width:766px) {
.global-styles,
[class*="FloatingBackground__Container-sc"] {
bottom: 110px !important;
}
}
1 Like