Hello,
If you use a tablet you don’t have a mouse. So in my menu: http://www.ericsmeets.nl/testserver
there are 3 options that have a deeper menu layout. (‘Over mij’, ‘Specialisaties’ and ‘Cursussen’)
If (on a tablet) I press on one of these with my finger to see the deeper laying menu the page that I clicked on opens and I can’t select a submenu item….
How is the workaround on this problem normally? Cause I can imagine more people have this same problem.
I used a Samsung tablet to test this.
Greetings,
Eric.
Hey EricSmeets!
Thank you for using Enfold.
That’s why we have the mobile menu. You can force it show on tablet view. Go to Enfold > Header > Mobile Menu panel. Select the second option of the Header Mobile Menu activation setting. If you want to show the mobile menu on a specific screen size, add this in the Quick CSS field:
@media only screen and (max-width: 1024px) {
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide {
display: block;
}
.responsive .av_mobile_menu_tablet .main_menu {
display: none;
}
.html_mobile_menu_tablet #mobile-advanced {
display: block;
}}
Cheers!
Ismael
Thanks Ismael! I will consider changing the menu on tablets to the mobile menu. Not sure if I want that though because in my opinion it makes the website less beautiful.