v1.0.3 — Divi controls all popup styling
Divi controls all popup styling.
All visual properties of the popup body — background, padding, margins, border, border-radius, max-width, box-shadow, typography — now come from your Divi Library layout. The plugin only provides the dark backdrop, the close icon, and the test-mode chrome.
Breaking change
Removed the Popup max-width (px) setting. If you previously used it, re-apply the max-width via the Divi section's Sizing → Max Width.
Why
Previously the plugin imposed a white card with rounded corners and a fixed max-width, which fought with whatever the Divi layout was trying to do. Now the Divi section is the visible popup — build it once in Divi and it renders exactly the same in the popup.
Recipes
| To get… | Set in your Divi section |
|---|---|
| Centered card (600px, white, rounded, shadowed) | Max Width 600px • Background white • Border radius 8px • Box shadow medium • Padding 40px |
| Fullscreen popup | Max Width 100% • Padding 0 |
| Edge-to-edge image header + text | Use Divi modules — section background image + text below |