• Resolved sugaboss

    (@sugaboss)


    I tried to move the menu position lower than its original position because I set my header higher than original height.

    I Apply the CSS code from this snippet

    Snippet

    However, I got a little problem when applying the CSS code … The menu moves as intended but the reference point of the dropdown (i.e sub menu) doesn’t not move. The drop down are left at the original position. Please suggest me a solution. FYI, I made a modification for the header height, I change it from the height ;max 45px into 150px.

    My blog

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you really wanna do that, I think that a better solution should be replacing this

    @media (min-width: 980px)
    .navbar .nav > li > a {
    position: relative;
    top: 50px;
    }

    with this:

    .navbar.notresp .nav-collapse {
    top: 50px;
    }

    Thread Starter sugaboss

    (@sugaboss)

    Thank you very much d4z_c0nf it works perfectly GBU ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem In Moving Menu below Navbar Box’ is closed to new replies.