• Resolved szkoda

    (@szkoda)


    I need to increase the top margin of the main-nav more than the 80 px allowed by the customiser. I’ve tried the following code but when I check it in web inspector in chrome its crossed out so being overwritted by something else but I’m not sure what?

    #nav-main {
    margin-top: 140px;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter szkoda

    (@szkoda)

    And as I typed that question I’ve fixed it!

    Just needed to add the clearfix class which sorted it so now it looks like this:

    #nav-main.clearfix {
    margin-top: 140px;
    }

    hannah

    (@hannahritner)

    Glad you got it working!

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase margin-top for main-nav’ is closed to new replies.