• Resolved jeanvictorgg

    (@jeanvictorgg)


    Hi, when I click in menu toggle, there is a huge padding-top between menu’s and the header.

    How to remove the padding? Doesnt worked, but I tried:

    .site-nav { 
    	background-color:#eee444;
    	padding-top: 15px;
    }

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

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

    (@jeanvictorgg)

    It’s very simple. Solved:

    .site-nav.active{
    margin-top:0px;	
    }

    Hello,

    I’m having the same problem. Your solution does fix the top padding issue when the site loads but when you have a longer navigation, the logo overlaps the menu items when scroll through the nav.

    You can see the problem here: https://lab909.com/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove padding-top from site-nav menu’ is closed to new replies.