Sub-menu Simplex in 1024px (solved)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mel
Forum Members
Forum Members
Posts: 147
Joined: Mon Dec 11, 2006 11:53 pm

Sub-menu Simplex in 1024px (solved)

Post 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
Last edited by mel on Tue Apr 02, 2013 12:33 am, edited 1 time in total.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am
Location: The Netherlands

Re: Sub-menu Simplex in 1024px

Post 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.
mel
Forum Members
Forum Members
Posts: 147
Joined: Mon Dec 11, 2006 11:53 pm

Re: Sub-menu Simplex in 1024px

Post by mel »

Thanks, it's perfect!! :-)
Post Reply

Return to “Layout and Design (CSS & HTML)”