Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10046092
    wardsdesign
    Participant

    Is there a way to prevent the sticky nav menu from shifting to the right and making “Contact Us” wrap to another line?

    Also is there a way to make it not so tall?



    Template Version: 13.0
    #10046093
    Support
    Keymaster

    Hello, try adding this:

    @media (min-width: 992px) {
        #header .header-nav-bar .header-nav {
            margin-left: 0 !important;
        }
    }

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

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