Tagged: church, enfold, responsive
Hi,
The menu in the enfold church theme in “tablet” size is not responsive. The menu is pushing over the logo. Works fine in mobile size and on PC or laptop screen size.
You can see on the demo as well, just start to slowly scale down the browser window size: http://kriesi.at/themes/enfold-church/
Are you aware of this? Are you planning to fix it? If yes when?
Thank you in advance.
Hey itechtimesNet!
Thank you for the heads up. We will look into that immediately. For a temporary fix, please add this in the Quick CSS field:
@media only screen and (max-width: 768px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
}
Best regards,
Ismael