Page 1 of 1

Parent and child menu horizontal and vertical?

Posted: Wed Jan 18, 2012 1:51 pm
by JiiPee
I have a very simple text navigation and I would like to have parent menu going horizontal at the top and child menu vertical in the sidebar.
In sidebar I have placed {menu template='cssmenu.tpl' start_level='2' collapse='1'} and child navigation indeed show up in that sidebar but it also goes horizontal.

I tried styling ul#primary-nav li li element with float:none but it dont work. Is there any easy way how to make own styling for child menu?

Re: Parent and child menu horizontal and vertical?

Posted: Thu Jan 19, 2012 8:10 pm
by JiiPee
Got it working, just used this {menu start_level='2' collapse='1'} and I could style it with separate css.