Default CSSMenu Horizontal

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"
Locked
mattster2002

Default CSSMenu Horizontal

Post by mattster2002 »

In the Default CSSMenu Horizontal I want to add more levels (One more to be exact). Reading the CSS Template "Default CSSMenu Horizontal" It says

Code: Select all

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul{ 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}
How do I change this to increase it to a 4 level menu?
mattster2002

Re: Default CSSMenu Horizontal

Post by mattster2002 »

Yep, fixed it.

THANKS!!!
Locked

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