Removing Gaps between elements that are stacked in column

Hi, We are trying to remove the gaps between elements that are stacked in a column. We have scoured the forum and can’t seem to find the solution. Please see the screenshot attached to see our issue.

We are sure this is an easy fix but can’t seem to figure it out. Please help!

Hi,

Please try adding mbn in the class feild of your image elements.

mbn - margin bottom none

Hi, We have tried this already without the desired result. Is there any other way we can achieve this (with some custom css maybe?).

Thanks

Hi,

Can you provide us your site url so we can take a closer look.

Thanks

Hi, Thanks. It is specifically when the site responsively adjusts for smaller screens like mobile. I will add the site and logins in a secure note.

Kind regards,
Duncan

Hi There,

Thank you for the direct link, please add this to Theme Options > CSS

@media (max-width: 767px) {
	.eacs-interactive-promo figure {
		margin-bottom: 0;
		margin-top: 0;
	}
}

Hope it helps,
Cheers!

This worked excellently. Thank you again for your amazing support!

Cheers!

Our pleasure, we’re happy to assist you with this today.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.