[Resolved] Control vertical positioning of the menu items on sticky nav

Home Forums Support [Resolved] Control vertical positioning of the menu items on sticky nav

Home Forums Support Control vertical positioning of the menu items on sticky nav

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1105297
    Paul

    Hi guys

    We’re not using the Nav as Header but are enabling Sticky Nav. When the Sticky Nav displays, is there any way of controlling the vertical positioning of the menu items, eg: move the menu items downwards so that it’s more centered to the logo, or level to its base, without increasing the height of the sticky nav?

    Thanks,

    #1105618
    David
    Staff
    Customer Support

    Hi there,

    tricky one – give this CSS a shot:

    @media (min-width: 769px) {
        #sticky-navigation .inside-navigation {
            align-items: flex-end;
        }
        .main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
            line-height: 60px !important;
        }
    }
    #1106233
    Paul

    Thanks David

    That worked well.
    cheers

    #1106730
    David
    Staff
    Customer Support

    You’re welcome

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