Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #914955

    Hi,

    I’m using a custom header height (150px), but it is adding a large amount space between the menu links and the sub menu. Is there a way to resolve this?

    Thanks!

    #915053

    Hey bobjonesdesigns,

    Please add
    .sub-menu { margin-top: -50px !important; }

    and let us know how it works.

    Best regards,
    Basilis

    #915133

    Perfect! Thank you!

    #915172

    Hi – actually, I found a problem on mobile. The fist sub menu item is overlapping the menu link.
    Thank you!

    #915266

    Hi,

    Please try this instead:

    @media only screen and (min-width: 768px) {
      .sub-menu { 
        margin-top: -50px !important; 
      }
    }

    Best regards,
    Rikard

    #915553

    That works!
    Thanks!

    #915830

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.