Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello advent12,

    It looks like you have solved this? If so please mark it as resolved, thanks.

    Thread Starter advent12

    (@advent12)

    Thanks for pointing this out! I will post code, hope it helps others.

    Code I found:

    /*Move menu down to blue border*/
    #site-navigation ul {
    margin-top: 40px;
    }

    /*centers menu*/
    @media screen and (min-width: 767px) {
    nav#site-navigation {
    float: none;
    margin: 0 auto;
    display: table !important;
    }
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu move lower’ is closed to new replies.