Hi,
I dont know why but enfold isn’t really responsive on a customers site. Elements and menu points getting squeezed together, I added a screenshot and the site in private content. Moreover if I smaller size of browser window on my desktop its also not responsive.
Whats wrong there?
Hey Tima,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.home h2 {
font-size: 20px !important;
}
}
Best regards,
Rikard
Hi,
I still have problems when smallering the browser window and on iPad landscape.
Of course I cleaned cookies / hard refresh and tried another device. Please check, I also provided login data in the first message and maybe also see my screenshot in private content :-)
Hi,
Please try this as well to activate the mobile menu at an earlier point:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard
Hi,
this looks much better now and I think it should be ok on ipad landscape now (but actually I have no possibility to test). I’ve made a video (see private content), maybe you can check if its needed to increase the earlier point of mobile menu activatation a little bit more?
Regards