mbmtsv
Hi
there is too much custom code in custom.css file that does not required to force the image for a min height
replace all the code in custom.css file with this
.logo-image > a { max-width: 200px;}
.logo-image >a > img { min-height: 55px;}
@media(min-width:1200px) {
.logo-image > a { max-width: 1200px; max-height: 288px; }}
@media only screen and (max-width:580px){
.off-canvas-toggle +
.container
.navbar-header
.logo{left: 5px !important;}
.head-search
.mod-languages ul{margin-top:15px !important;}
}
body {
padding-top: 0;
}
#t3-mainnav {
position: relative;
}
.off-canvas-toggle {
display: none;
}
Regards