What is the easiest way to reduce the height of the header area and logo when a site is viewed on mobile especially if the logo we use is not exactly the same dimensions as recommended (340px * 156px).
Hey!
Try adding this code to the Quick CSS:
.responsive #top .logo, .responsive #top .logo a, .responsive #top .logo img {
height: 50px !important;
max-height: 50px !important;
}
Result:
Cheers!
Josue
Hey!
Try adding this code to the Quick CSS:
#mobile-advanced {
min-height: 0 !important;
padding-bottom: 0;
}
#advanced_menu_hide:before, #advanced_menu_toggle:before{
top: -2px;
position: relative;
}
Cheers!
Josue
You are welcome, always glad to help :)
Regards,
Josue