Hi!
At row n.11 of custom.css, I commented this CSS rule:
/*
.topbar-left{
height:40px !important;
}
*/
And at the end of custom.css, as last lines, I wrote this:
@media screen and (min-width:880px) and (max-width:991px){
.topbar-left{
height:40px !important;
}
}
And nothing has changed. Do you suggest to make other similar attempts?
Although I have written CSS rules that are always valid, because without mediaquery with screen width, there should be no problems. In fact, if I add mediaquery to the end of the custom.css, they will overwrite the previous ones. The problem is that when I write new mediaqueries at the end of the customc.css the problem remains the same.
I don't know if I understood what you meant.
Thanks