v1.0.8 — reset Divi layout wrappers
Fixes phantom padding / white background around Divi Library content inside the popup.
When Divi renders a Library layout via `apply_filters('the_content', …)`, it wraps the actual layout in two auto-generated divs — `.et-l` (or `.et-l--post`) and `.et_builder_inner_content`. You can't reach those wrappers from the Divi UI, so any spacing or background they impose was previously stuck.
v1.0.8 zeroes out padding, margin, and background on those wrappers, scoped to inside the popup container only. Sections, rows, columns, and modules are still 100% user-controlled via Divi Builder.
If you're still seeing spacing or background after upgrading, the source is your Divi section / row settings (which the plugin deliberately doesn't touch). Open the Library layout in Divi Builder and:
- Section → Content → Background → click the trash icon on any color/gradient/image to fully remove.
- Section → Design → Spacing → set all four paddings to `0px` (overrides Divi's default 4%).
- Row → Design → Spacing → set all four paddings to `0px` (overrides Divi's default 27px).
- Row → Design → Sizing → Custom Width `100%`.