• .main-navigation {
    float: right;
    margin-top: 2em;
    }

    .main-navigation ul {
    list-style: none;
    position: absolute;
    left: -999em;
    }

    .main-navigation li {
    list-style-type: none;
    float: left;
    margin-right: 1.5em;
    }

    .main-navigation a {
    color: #a5a5a5;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: block;
    padding: 0 1em;
    transition: .5s all;
    }

    .main-navigation a:hover {
    color: #ba272d;
    }

    • This topic was modified 4 years, 6 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter jfenley

    (@jfenley)

    when adding a sub-menu to the main navigation it does not drop down, it is always listed below.

Viewing 1 replies (of 1 total)
  • The topic ‘trouble with drop down menu’ is closed to new replies.