[Resolved] Main Navigation Menu Position

Home Forums Support [Resolved] Main Navigation Menu Position

Home Forums Support Main Navigation Menu Position

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #176846
    Dwight

    How can I move the main navigation menu down so that it’s centered from top to bottom?
    http://jacquarstyles.com/

    #176879
    Tom
    Lead Developer
    Lead Developer

    Give this a shot:

    @media (min-width: 769px) {
        .nav-float-right .main-navigation {
            margin-top: 35px;
        }
    }
    #176882
    Dwight

    Perfect, thanks!

    #176883
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

    #197191
    Raul

    Hi,

    Same problem in http://pre.thermorecetascocina.es/contacto/

    With:

    @media (min-width: 769px) {
        .nav-float-right .main-nav {
            margin-top: 35px;
        }
    }

    Sticky menu aplies to, and the top moves.

    Thanks!

    #197273
    Tom
    Lead Developer
    Lead Developer

    Try this instead:

    @media (min-width: 769px) {
        .nav-float-right .main-navigation:not(.navigation-clone) {
            margin-top: 35px;
        }
    }
    #197342
    Raul

    Works perfect!

    Thanks πŸ™‚

    #197358
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

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