Welcome gate

Is there a ‘Welcome gate’ pop-up that fills the entire screen?

2 Likes

Hi there, @Maurice_Blackburn :waving_hand:

Please try to add this code to the Custom CSS section in the Settings tab of your widget’s settings and let me know how it worked :wink:

[class*="Popup__PopupContent-sc"],
.es-widget-background-container,
.es-background-container {
  max-width: revert !important;
  border-radius: revert !important;
  width: 100% !important;
}

[class*="Builder__Content-sc"] > :first-child {
  border-radius: revert !important;
}
1 Like