Viewing 6 replies - 1 through 6 (of 6 total)
  • hannah

    (@hannahritner)

    Without a link I can’t tell how to place it, but you can adjust with this css:

    .nav-trigger-case.collapsed .kad-navbtn {
      line-height: 100px;
    }

    Hannah

    Thread Starter monchocho

    (@monchocho)

    Worked perfectly! One last thing (and sorry for the annoyance!) but how can I move the drop down menu?

    I’ve been trying to use the line-heighy method for the dropdown class but it doesn’t seem to be working…

    Take a look: http://i.imgur.com/lbBxaBa.png

    Thank you in advance 🙂

    hannah

    (@hannahritner)

    What do you mean move it? Do you want to increase the line height?

    Hannah

    Thread Starter monchocho

    (@monchocho)

    More like decrease it… I want to move the drop down menu (the part with the buttons “Home, Pricing, Contact Us”) a little more towards the top of the page on mobile. As you can see it’s almost right below the header and it looks a little bit awkward there

    hannah

    (@hannahritner)

    Without an actual link it’s kinda hard to say. Try using something like this:

    @media (max-width: 992px) {
    #kad-mobile-nav {
      margin-top: -50px;
    }
    }

    Does that work for you?
    Hannah

    Thread Starter monchocho

    (@monchocho)

    Exactly what I needed! Thank you for all the help, really appreciate it 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile Menu Bar Placement’ is closed to new replies.