Hi, with your fix for biggest logo i think all goes wrong on tablets ios https://kriesi.at/support/topic/menu-on-the-logo-for-mobile-devices/#post-280716
here the problem: http://s18.postimg.org/kn8r5w7zd/foto.jpg
what i need to do?
–
thank you
Hi PonzioPilato!
Please change the code to following one
@media only screen and (max-width: 480px) {
.responsive #header_main .container {
height: 140px!important;
}
#advanced_menu_toggle, #advanced_menu_hide {
top: 80%; }
.responsive .logo a, .responsive .logo img, .responsive .logo {
height: auto !important;
max-height: 100px !important;
}}
Regards,
Yigit
ok! it works fine now. thank you! :)