a1ex
1
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;" ...="">
a1ex
3
Hi,
Doing so shrink the iframe a minuscule block on the top left corner!
@a1ex Can you please send me store url?
a1ex
5
Hi, sure, I added the link in the main message.
a1ex
7
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.