[Resolved] How to put the menu to far right and logo to far left on mobile

Home Forums Support [Resolved] How to put the menu to far right and logo to far left on mobile

Home Forums Support How to put the menu to far right and logo to far left on mobile

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1437002
    Rohan Verma

    Hello, I want to put the menu to far-right and logo to far left on mobile. But I can’t as no matter what I do there is still some space: https://prnt.sc/ueexgf

    Please guide me to achieve this

    Thanks

    #1437034
    Leo
    Staff
    Customer Support

    Hi there,

    Edit this CSS you’ve added:

    .inside-navigation {
        background-color: #fff;
        box-shadow: 0 2px 8px 0 rgba(94,94,94,.08);
        padding: 0 30px;
    }

    To this so it’s desktop only:

    @media (min-width: 769px) {
        .inside-navigation {
            background-color: #fff;
            box-shadow: 0 2px 8px 0 rgba(94,94,94,.08);
            padding: 0 30px;
        }
    }
    #1437040
    Rohan Verma

    It worked.

    Thanks Leo

    #1437046
    Leo
    Staff
    Customer Support

    No problem 🙂

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