[Support request] Third Navigation in Dispatch

Home Forums Support [Support request] Third Navigation in Dispatch

Home Forums Support Third Navigation in Dispatch

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #961753
    webcréateur

    Hi there,

    In the site library the kick start style “Dispatch” has a navigation (the secondary navigation) under the header (magazine grid): https://prnt.sc/oh7cey

    We want to create a third navigation to display on the place with own menu elements.

    Could you please give me a hint on the best way to do this?

    Best regards.

    #962037
    Leo
    Staff
    Customer Support
    #963231
    webcréateur

    Hi there,

    Thank you.

    I was able to create the third menu, but somehow I can’t place it like in Dispatch:
    https://prnt.sc/oh7cey

    The new Menu is also not responsive. I use the CSS Code of Tom:

    .third-navigation ul {
        list-style-type: none;
        margin: 0;
    }
    
    .third-navigation ul {
        display: flex;
        justify-content: center;
    }
    
    .third-navigation .menu > li:nth-child(2) {
        margin-right: 200px;
    }
    
    .third-navigation a {
        padding: 0 20px;
        line-height: 40px;
        color: #a51c30;
    }

    Could please help to create the third menu? Position like in Dispatch and responsive?

    Best regards.

    #963474
    Leo
    Staff
    Customer Support

    Just to make sure, do you actually want to use a third navigation or you just want a navigation below the header element/page hero?

    Any chance you can link us to the site in question?

    You can edit the original topic and use the private URL field.

    Let me know 🙂

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