So I totally get that the mobile header size is predetermined.
But what if someone wants to make the size of the mobile logo bigger?
Thanks!
M
Hey interage!
Can you post the link to your website so we can provide you accurate custom CSS code?
You can try adjusting values on following one
@media only screen and (max-width: 767px) {
.responsive .logo a, .responsive .logo img {
max-width: 100%;
height: 100px !important;
max-height: 100px !important; }}
Regards,
Yigit
One other thing… is there a way to replace the menu button with a graphic?
Thanks – you guys are the best.
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #header_main .container {
height: 240px !important;
}
.responsive .logo a, .responsive .logo img, .responsive .logo {
height: auto !important;
max-height: 240px !important;
}
#advanced_menu_toggle, #advanced_menu_hide { top: 78%: }
}
Cheers!
Yigit