[Resolved] Space between Search bar and Nav Menu (For Mob)

Home Forums Support [Resolved] Space between Search bar and Nav Menu (For Mob)

Home Forums Support Space between Search bar and Nav Menu (For Mob)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1494915
    Sanu Kumar

    How to give Space between the Search bar and the Nav Menu in MOBILE. By defaults, it looks ugly,
    Watch here: https://www.loom.com/share/2e72df61bcda4300b9ff8677292da7c1

    #1495030
    Elvin
    Staff
    Customer Support

    Hi,

    You can try adding margin-right on the search icon by adding this CSS.

    @media (max-width: 768px){
    .mobile-bar-items {
        margin-right: 10px;
    }
    }
    #1495047
    Sanu Kumar

    Thanks

    #1495086
    Elvin
    Staff
    Customer Support

    No problem. 🙂

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