Space between Header and Content, how to reduce it?

edited October 2016 in BeBuilder
Hi, by default there is a space between Header and Content (when there is no slider) that i want to reduce. 
I put a CSS code

body:not(.template-slider) #Header {
    min-height: 180px;
}

But when the site go responsive the space return to its default size. I dont' want that space, what i have to do? 
Thank you. 

Comments

Sign In or Register to comment.