Site logo

[Resolved] I Want to show the Hamburger Icon on left and Search icon on Right in Mobile

Home Forums Support [Resolved] I Want to show the Hamburger Icon on left and Search icon on Right in Mobile

Home Forums Support I Want to show the Hamburger Icon on left and Search icon on Right in Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2525654
    prashant

    I Want to show the Hamburger Icon on left and Search icon on Right in mobile version? i try to find this solution but i dont get it please anyone help me with this problems..

    Demo Images

    just like that …

    Thankyou in advance

    #2525788
    David
    Staff
    Customer Support

    Hi there,

    can you share a link to the site you want this applied to ? I can see what layout its using and then advise how to change that

    #2525790
    prashant

    Sure, Here the link of site https://thedroid.net/

    #2525811
    David
    Staff
    Customer Support

    Try adding this CSS:

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

    Done. Thankyou So Much 🙂

    #2525868
    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.