Hi,
I have noticed that when you select the theme to be not responsive and look at it on a Table or an Smartphone, the menu does not show up. Is there a quick an easy quick an easy way to fix that?
Enfold Admin Setting:
Header: Logo left, menu right
header behavior: none
Extra Element: none
Transparency: nome
Mobile Menu: Activate only for Smartphone
Thank you,
Did
Hi dhuet!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.main_menu, #header_main_alternate {
display: block;
}}
Best regards,
Yigit
Worked! Thank you.