Okay
  Public Ticket #191668
Sticky Navigation
Closed

Comments

  • Sergey started the conversation
    Hello. For some reason when Sticky Navigation is on, under menu some blank space appears. How can I get rid of this?
  •  93
    djwd replied

    Hi, try fixing its height as so:

    @media (min-width: 1199px) {
         #nav-wrap-sticky-wrapper {
         height: 72px!important;
         }
    }

    Regards
    djwd

    Regards
    djwd

  • [deleted] replied

    Thanks, now it lokks just the way I expected!