How to move a space between header and image on debut theme on mobile

Hello !

I have a problem with debut theme on mobile version.

I have a white space between my header menu and my first contain (image). Do you know how to remove it ?

When I put Announce Bar, I don’t have this space.

Thanks for you help.

Regards

Hello @Charlotte7

Please share your shop preview url

1 Like

Thanks @Kinjaldavra

https://kokalaboutique.com/

1 Like

@Charlotte7

Please add the following code at the bottom of your assets/theme.css file.

@media screen and (max-width:749px) {
body {margin-top: 60px !important;}
}

Thanks!

1 Like

@dmwwebartisan Thanks a lot ! It works :slightly_smiling_face:

@Charlotte7

Thanks! Welcome Again.