Site logo

[Resolved] Mobile Menu label on the left side, Logo center, search on right side,

Home Forums Support [Resolved] Mobile Menu label on the left side, Logo center, search on right side,

Home Forums Support Mobile Menu label on the left side, Logo center, search on right side,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2495018
    Ashia

    Hello again, Here I want little help with the mobile menu.

    I want to make the following,,,, Mobile menu label with 3 lines SVG icon on the left, logo/text logo in middle, and Search icon on the right side for mobile menu.

    also how I can add a little bit of shadow to the Header downside? shadow for both desktop and mobile navigation menu.

    let me tell you, I am using Navigation as Header , Mobile header off (if need I have to turn it on),

    #2495151
    David
    Staff
    Customer Support

    Hi there,

    can i see the site ?

    #2495254
    Ashia

    I want to create the site from scratch, so I have nothing to show for now. I want a header with the above requirements.

    #2495555
    David
    Staff
    Customer Support

    With the Navigation as Header, and the site branding, you can add this CSS:

    @media(max-width: 768px) {
        #site-navigation .menu-toggle {
            order: -1;
        }
        #site-navigation .navigation-branding {
            margin: auto;
        }
    }
    #2495917
    Ashia

    It worked, thanks a lot, David.

    #2496076
    David
    Staff
    Customer Support

    You’re welcome

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