How to eliminate white space around an iframe on a landing page?

Hi,

I created a landing page in which I embedded an Omnisend iframe to capture emails.

But there is still some white space between the iframe and the footer.

I’ve used Chrome dev tools to try to identify where that comes from and try to put margin and padding to 0, but failed so far.

Could anyone help, please? Thanks!

The landing page is here: https://www.wicked-lover.com/pages/wickedletter

Note: I’m using Shella theme.

You need to set display:block

E.g

<iframe style="display:block;" ...="">

Hi,

Doing so shrink the iframe a minuscule block on the top left corner!

@a1ex Can you please send me store url?

Hi, sure, I added the link in the main message.

As shown

Oh like that, yes, it works now, thank you!

Previously, I added the style right after iframe as in your example, that’s why it didn’t work.