How to move menu upwards without changing position of logo?

This topic has 2 replies, 2 voices, and was last updated 5 years ago ago by Rose Tyler

  • Avatar: Mithun Shah
    Dim Sum
    Participant
    April 25, 2019 at 13:27

    When I make logo big menu from right side goes down. Is there away when I scale logo menu stays where it is.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 25, 2019 at 13:51

    Hello,

    Try to add this code in Global custom CSS:

    @media only screen and (min-width: 993px){
        .header-wrapper header > .container .container-wrapper {
            align-items:  start;
        }
        .navbar-header {
            align-items: start;
            align-self: auto;
            padding-top: 3vw;
        }
    }

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.