Remove gaps between hero video and slideshow

Hi! I would like to delete the white gap between my Hero video and my slideshow.
Could someone help me please?

Thank you

site : www.kygea.com

I’m Richard Nguyen from PageFly- Free Landing Page Builder

You can try with this code.

Follow this:

Go to Online Store->Theme->Edit code->theme.css->paste bellow code in bottom of file

.shopify-section–contrast + .shopify-section–contrast:not(.hidden):not(.shopify-section–logo-list) {

margin-top: unset !important;

}

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Best regards,

Richard | PageFly

Hi! I don’t think it worked :confused:

HI @denysiaknils

you can try again with this code:

.shopify-section.shopify-section–stackable.shopify-section–contrast.offset-section

{

margin-top: unset !important;

}