Need help with vertical multi-level navigation (3 Level – CSS?)

  • Unknown's avatar

    Hi

    I’m stuck! I have a problem with the vertical menu in WordPress.

    You can see my problem here: http://www.brakes.no/v2/produkter/

    I think this is a CSS related problem. I have installed a theme called CreditCrunch, and have the following CSS-code for the vertical navigation.

    /* MAIN MENU SIDEBAR */
    #content .small ul {
    padding: 0px;
    }
    #content .small ul li {
    display: block;
    color: #000;
    line-height: 125%;
    padding-left: 0px;
    background-position: 0 8px;
    }
    #content .small ul li a:link,
    #content .small ul li a:visited {
    text-decoration: none;
    }
    #content .small ul li a:hover,
    #content .small ul li a:active {
    text-decoration: none;
    }
    #content .small ul li ul {
    display: none;
    }
    #content .small ul li.current_page_item ul {
    display: block;
    }
    #content .small ul li.current_page_item,
    #content .small ul li.current_page_item a {
    font-weight: bold;
    }
    #content .small ul li.current_page_item ul li a {
    font-weight: normal;
    }

    #content .small ul ul li {
    border: 0;
    padding: 4px 0;
    padding-left: 10px;
    }

    /* @end */

    I want this navigation to work in steps, as a 3-level navigation.

    Somebody here who can help me, please?

    Thanks!

  • Unknown's avatar

    Afraid you’re in the wrong forum and need to be at WordPress.ORG instead. We can’t install outside themes on our blogs here, so we won’t be able to help you at all.

  • Unknown's avatar

    Espen,
    This is the Support forum for blogs hosted on wordpress.COM.
    brakes.no is NOT a blog hosted on wordpress.COM, it is a self-hosted wordpress.ORG installation. Your support forum is here: http://wordpress.org/support/

  • The topic ‘Need help with vertical multi-level navigation (3 Level – CSS?)’ is closed to new replies.