Search code examples
menujoomla1.5submenusuperfish

Superfish menu - submenu - get many items to break


I have a long list with subitems which fall into the same category. As the submenu is growing, I want the submenu to break over in listing the sub menu items in 2 columns. Anybody out there knowing the trick how to do that?

see here illustrated my issue:

topmenu item
-submenu 1
-submenu 2
-submenu 3
-submenu 4
-submenu 5
-submenu 6
-submenu 7
-submenu 8
-submenu 9
-submenu 10

I need it to be like this:

topmenu item
-submenu 1   -submenu 6
-submenu 2   -submenu 7
-submenu 3   -submenu 8
-submenu 4   -submenu 9
-submenu 5   -submenu 10

Cheers from Denmark :-)

Jeannine


Solution

  • You can try this using changing the css of superfish menu.

    .sf-shadow ul {
        background: url("../images/shadow.png") no-repeat scroll right bottom transparent;
        padding: 0 8px 9px 0;
        width:300px;
    }
    

    and in

    .sf-menu ul li {
        width: 50%;
    }