Shape 5

Joomla Club Extensions => Accordion Menu - Club => : steviegoog September 24, 2009, 02:07:28 AM



: Change indent
: steviegoog September 24, 2009, 02:07:28 AM
I would like to be able to go three levels down but the problem i am having is the indent is pushing the menu to the right too much, i would like to be able to perhaps have only a couple of px at the most indent on each level, can you advise where i can do this?


: Re: Change indent
: steviegoog September 24, 2009, 06:20:39 AM
I thought this might have been in the CSS but i was wrong.


: Re: Change indent
: jonahh September 25, 2009, 12:10:51 PM
You can change this here by editing the padding left below:

modules/mod_s5_accordion_menu/css/s5_accordion_menu.css

div.s5_accordion_menu_element li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:25px;
}