[Resolved] Split menu in primary navigation

Home Forums Support [Resolved] Split menu in primary navigation

Home Forums Support Split menu in primary navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1634405
    Josep C.

    Hello, I am trying to put a menu on the left side of the primary navigation and another part on the right next to the search engine, as the image indicates. It’s possible?

    Thank you!
    Split menu in primary navigation (left-right)

    #1634561
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to your site so i can see the current layout ?

    #1637442
    Josep C.

    Hello David!

    I send you the link to the site.

    Thanks!

    #1637630
    Elvin
    Staff
    Customer Support

    Hi,

    Try adding this CSS:

    @media(min-width:769px){
    div#primary-menu {
        flex: 1 1 auto;
    }
    
    li#menu-item-1304 {
        margin-left: auto;
    }
    }
    #1638030
    Josep C.

    It works perfectly!
    Thank you very much Elvin!

    #1641145
    Elvin
    Staff
    Customer Support

    Nice one. No problem. 🙂

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