Hey there….
i would like to crop the advanced header, cause there is too much space between all the header components…also there is too much padding on the top…..( see on image )
Also, how could i delete that little white space under the header and before the content starts
For the header padding i have used different css codes, but none of them is working
@media only screen and (min-width: 992px){
.header-wrapper .header-advanced header > .container .container-wrapper {
padding-top: 5px;
padding-bottom: 5px;
}
}
But every padding i tested didnt work…
thanks again for your help 😉