Format to fit on a mobile phone!

The widget does not show well on a mobile, the wheel is clipped badly in portrait mode and is a little better, but still truncated in landscape.

1 Like

Hi there, @Sam6 :wave:

Glad to say that we have a solution! Just add this code to the Custom CSS field on the Settings tab of your widget’s settings and let me know if it helped :wink:

@media (max-width: 500px) {
  [class*="wheel__Container-sc"] {
    scale: .7;
    height: 340px !important;
  }
}

@media (min-width: 501px) and (max-width: 600px) {
  [class*="wheel__Container-sc"] {
    scale: .7;
    height: 420px !important;
  }
}

A post was split to a new topic: Countdown Timer is getting cropped on mobile