Hey…i have some problems with my fixed header.
I would like to have only a few px padding, now my fixed header is to large in its height
i have to tried different custom css, but nothin happen at the frontend.
for example
@media only screen and (min-width: 992px){
.fixed-header {
max-height: 40px;
padding-top: 5px;
padding-bottom: 5px;
}
}
I tried to change the padding px, but the fixed header is always the same at the frontend……maybe u could help me with that little problem 😉
max or min height work good, but the padding doesnt works