Shape 5

Joomla Club Extensions => Accordion Menu - Club => : appa January 18, 2013, 01:45:21 PM



: Third level menus aligned with second level menus
: appa January 18, 2013, 01:45:21 PM
If you check the menu on the website I am currently working on: www.appa.qc.ca/joomla you will see that the Accordion menu I have setup on the left side shows the 3rd level menus aligned with the 2nd level menus.

The 4th and 5th elements in the menu are supposed to be 3rd level options but are aligned like 2nd level options. Could it be because the name of the links are too long?


: Re: Third level menus aligned with second level menus
: jonahh January 21, 2013, 02:57:28 PM
Hello,

Just add the following CSS to the bottom of your template css file and this will add the proper alignment to show they are a sub and not on the same level as the 2nd level menu items.

ul.s5_am_innermenu ul {
margin-left:10px;}


: Re: Third level menus aligned with second level menus
: appa January 21, 2013, 03:16:03 PM
Thanks for the tip!

Will this solve the problem (if it exists...have not tested yet) for subsequent submenu levels as well?


: Re: Third level menus aligned with second level menus
: jonahh January 22, 2013, 05:02:01 PM
Yes it should