How to hide a desktop section without leaving a blank space?

Hello!

I’m trying to hide a section on the desktop. I’ve used this code and successfully hidden the section, but it has left a huge gaping hole on the page. How to I get this section to be hidden without creating a huge hole?

Code:
@media screen and (min-width: 768px ){
div#Slide-template–20371453641016__c6eaa615-aaa9-438f-916c-1eb118cfbcef-1 {
display: none !important;
}
}

URL: https://the-mimosa-tree-florist-gift-shoppe.myshopify.com/

Password: yowpur

Thanks for the help!

HI @highvibecollect

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

slideshow-component.slider-mobile-gutter {

display: none !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly