All in one Widget too small on Mobile Version but resizing just adds more columns

We’ve adjusted the widget’s appearance on mobile by adding the code below to the Custom CSS field on the Appearance tab of your widget’s settings:

@media handheld, only screen and (max-device-width: 913px) {
  .global-styles, .elfsight-app-ff51ed00-8961-45c0-9991-cf2249bf1677 {
    transform: scale(2);
  }
  .global-styles, #Oobj641 {
        top: 490em;
        height: 59.1em;
    }
    .global-styles, #Oobj643 {
        top: 600em;
    }
    .global-styles, #Oobj106_14 {
      top: 610em;
    }
    .global-styles, #Oobj614 {
      top: 620em;
    }
}

Check it out and let me know if you like what you see :slightly_smiling_face:

1 Like