[Support request] Vertically center align primary nav in header

Home Forums Support [Support request] Vertically center align primary nav in header

Home Forums Support Vertically center align primary nav in header

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1023021
    Jeremy

    Hello,

    Trying to vertically align my primary menu in the header. Please see here:

    http://37.60.251.180/~jeremyfu/msdomingolawgroup.com/

    Thank you in advance.

    – Jeremy

    #1023179
    David
    Staff
    Customer Support

    Hi there,

    couple of options with floated navigation:

    1. Increase the menu item height to match the logo.
    2. Some CSS:

    @media (min-width: 769px) {
        .main-navigation {
            margin-top: 25px;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.