• Resolved sebbero

    (@sebbero)


    Right have following Website now working.
    http://kglfl.co.uk/wp/?page_id=222

    Using Twenty Ten 1.2

    With the Member Club Menu i would like to have so it in couple columns not just one big list is this possible at all and if it is how would i go about changing this?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter sebbero

    (@sebbero)

    /* =Menu
    ————————————————————– */

    #access {
    background: #000;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
    }
    #access .menu-header,
    div.menu {
    font-size: 13px;
    margin-left: 12px;
    width: 928px;
    }
    #access .menu-header ul,
    div.menu ul {
    list-style: none;
    margin: 0;
    }
    #access .menu-header li,
    div.menu li {
    float: left;
    position: relative;
    }
    #access a {
    color: #aaa;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none;
    }
    #access ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
    }
    #access ul ul li {
    min-width: 180px;
    }
    #access ul ul ul {
    left: 100%;
    top: 0;
    }
    #access ul ul a {
    background: #333;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    height: auto;
    }
    #access li:hover > a,
    #access ul ul :hover > a {
    background: #333;
    color: #fff;
    }
    #access ul li:hover > ul {
    display: block;
    }
    #access ul li.current_page_item > a,
    #access ul li.current-menu-ancestor > a,
    #access ul li.current-menu-item > a,
    #access ul li.current-menu-parent > a {
    color: #fff;
    }
    * html #access ul li.current_page_item a,
    * html #access ul li.current-menu-ancestor a,
    * html #access ul li.current-menu-item a,
    * html #access ul li.current-menu-parent a,
    * html #access ul li a:hover {
    color: #fff;

    which bit here the menu bit

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    None, you need to create a new style to target the third-level menu items.

    Thread Starter sebbero

    (@sebbero)

    OK i’m no good at that how do i do that

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Perhaps you need to hire someone to do it for you http://jobs.wordpress.net

Viewing 4 replies - 16 through 19 (of 19 total)

The topic ‘Menu Change’ is closed to new replies.