How to reduce white space in theme debut?

Wasup :slightly_smiling_face:

Does anyone know how to reduce the amount of white there is in the header, it’s so unnecessary. I looked at a few threads, and their code didn’t work for me. Please lmk if you have up to date code, or know an easier way to reduce the size. the pic below is showing exactly the white part that I want to make skinnier or smaller height.

Hello,
Please share your site url.
So that I can check and let you know the exact solution here.

hi!

Thank you, of course

website: Pinkcobra.co

Pass: cobra

Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.css.liquid

@media only screen and (min-width: 750px){
header.site-header.logo--center {
    padding-top: 10px;
}
ul#SiteNav {
    margin: 0px;
}
}
1 Like

omg u are the goat. Thank you so much, goodnight