white space above the announcement

ale5
Visitor
1 0 0

Hi guys i have this white space above the header.. can someone help me to resolve that? i already tried this code 

.shopify-section {
padding-top: 0 !important;
}

and this

.template-index .index-sections .shopify-section {
margin-top: 50px;
}

but doesnt work

my site rosaboutiquemilano.myshopify.com

 

thanks

Reply 1 (1)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @ale5 
Paste this code on top of the theme.scss file.

body.prestige--v1.template-index {
    margin-top: -25px !important;
}

Thank You.