Hide widget on mobile (floating)

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

@media (max-width: 500px) {
  [class*="FloatingBackground__Container-sc"] {
    display: none
  }
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: