Header Margin

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10045818
    middlemann
    Participant

    html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    margin-top: 18px;
    }

    works nice.
    but now the default header state top margin is too much though and i didn’t change anything there. the menu links are too low on page
    see: https://lightninglyrics.com


    #10045819
    Support
    Keymaster

    Hello, you can add max-height to avoid that:

    @media (min-width: 992px) {
    	#header.header-effect-shrink .header-container {
    		max-height: 170px;
    	}
    }

    #10045820
    middlemann
    Participant

    thank you


Viewing 3 posts - 1 through 3 (of 3 total)

This topic is marked as "RESOLVED" and can not rceive new replies.