How to remove large space under slides in Lammer theme code?

Hello Everybody, I need help and its quite urgent. I setup my website www.glarecosmeticsaustralia.com using the Lammer theme and i had to go to the theme code to install klaviyo snippet code. When i was done, there was a large space under my slides. I have tried to make the big space go away but i have been unsuccessful

1 Like

@rabiaumair
hi,
Welcome to Shopify community.
I have checked it,
You have messed up with the code,

you can hire a developer to fix out the issues,

Let me know if you need any more help.
Thank you.

@rabiaumair - please add this css to the very end of your theme.scss file and check, should be like screenshot below

@media (min-width: 992px){
.slideshow__text-wrap--mobile {display: none !important;}
}