How can I remove the space between an image container and a code block? I will only need this change for page id 7500. I think the space is controlled by the Image Container, but there may also be a space around the Code Block.
The URL where I am testing this is: Image and Code Block Spacing
Hey larrystick,
Even if I removed the padding / spacing that exists, there is an iframe that pushes it down, that is why that space is there.
Can you use an image instead of an iframe?
Best regards,
Basilis
I can’t use an image, because the code block produces the entire square. It’s interactive and is fed from a coupon tracking company. Maybe I’ll have to live with the space, and adjust the design. Is the space in the iFrame, or surrounding the iFrame?
Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-7500 #av_section_1 .avia-image-container.avia-align-center {
margin-bottom: -11px !important;
}
Let us know if this helps :)
Best regards,
Nikko