Page 1 of 1

Sub-menu Simplex in 1024px (solved)

Posted: Sun Mar 31, 2013 9:32 pm
by mel
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

Re: Sub-menu Simplex in 1024px

Posted: Mon Apr 01, 2013 8:59 am
by velden
You could try to change a little css

Code: Select all

nav.main-navigation > ul > li > ul > li:hover > ul {
top : 28px;  // try e.g. 24px or 20px
}
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.

Re: Sub-menu Simplex in 1024px

Posted: Tue Apr 02, 2013 12:33 am
by mel
Thanks, it's perfect!! :-)