[Resolved] Positioning primary and secondary navigation above one another

Home Forums Support [Resolved] Positioning primary and secondary navigation above one another

Home Forums Support Positioning primary and secondary navigation above one another

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #383166
    Michelle

    Hey GP Team,

    I need to position my primary and secondary navigation one on top of the other, both floated right of the logo (vertically aligned) in the same container.
    I have set them to both float right, but there is a huge space between them.
    How can I fix this?
    http://divinehealth.michellec.co

    #383430
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Add this CSS:

    @media (min-width: 769px) {
        .nav-float-right .site-logo {
            float: left;
        }
    } 

    Then remove this CSS you added:

    .nav-float-right .inside-header .main-navigation {
        margin-top: 75px;
    }
    #386225
    Michelle

    Thank you Tom! You and your team are doing such a phenomenal job of providing first class support!!
    I am very grateful for your help.

    #386308
    Tom
    Lead Developer
    Lead Developer

    Glad I could help! 🙂

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