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 !
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
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!
@dmwwebartisan Thanks a lot ! It works ![]()
Thanks! Welcome Again.