Change size of the popup

Ability to size or re-size the Popup in the builder. (My Popup is too large when appearing on my website page.)

1 Like

Hi there, @TRUE_IRON_WILL_LLC and welcome aboard :waving_hand:

The size of the popup depends on the size of its element (text, heading, spacing, etc).

You can reduce the size of these elements right in the settings and the size of the popup will be reduced too.


If you’d like to keep the current element sizes but reduce the size of the popup container, please use this code in the Custom CSS field on the Settings tab of your widget’s settings :wink:

[class*="Popup__PopupInner-sc"] {
  scale: 0.8;
}