Hi,
I wondering if I'm the only one (or because my computer), but I'm not able to easily click on sub-sub-menu (3rd level) from Simplex default menu. The 3rd level menu disappear each time I try to click, let me click on 2nd level. It's difficult to explain, but it's quite difficult to access sub-sub-menu links.
My screen is 1024x600.
It's on my own site but also on demo: http://demos2.softaculous.com/CMS_Made_ ... plex-theme
What can I do to facilitate access to 3rd level?
Thanks
Mel
Sub-menu Simplex in 1024px (solved)
Sub-menu Simplex in 1024px (solved)
Last edited by mel on Tue Apr 02, 2013 12:33 am, edited 1 time in total.
Re: Sub-menu Simplex in 1024px
You could try to change a little css
That might prevent that a hover event is triggered of the sub-menu item just below the one you ment to hover.
I don't know if it will help for touch devices.
Code: Select all
nav.main-navigation > ul > li > ul > li:hover > ul {
top : 28px; // try e.g. 24px or 20px
}
I don't know if it will help for touch devices.
Re: Sub-menu Simplex in 1024px
Thanks, it's perfect!! 
