How do I remove the space between my banner and navigation

I recently moved the menu that was in my toolbar to the footer. I want to now remove the empty space under my announcement bar, and be able to pull the navigation and banner image up the page.

I am in Debut theme.

@arex3325

Please share store URL.

Thanks!

car-rillumo.com

1 Like

@dmwwebartisan car-rillumo.com

@arex3325

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

.toolbar__content { display: none !important;}

Thanks!