How do I remove white space above header

Hello!

How can I remove white space above header ? https://prnt.sc/zWmi1T5rblW9

https://www.saichodrinks.com/?fts=0

Thank you

hi @Iosif_Mihai ,

On your case, you can go to layout/theme.liquid and add short code.

.section-banner-v2 {

margin-top:0px;

}

Hope will helpful to you!