Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1050371

    I have set the menu to Logo Center, menu below.

    On mobile, however, the burger is on top of the logo – how can I move the burger menu to right?

    #1050411

    Hey c3idesign,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .main_menu {
        left: 90% !important; 
    }
    }

    Best regards,
    Mike

    #1050427

    Thank you!
    How can I remove this extra space? See link below.

    #1050528

    Hi,

    Please try this CSS as well:

    #top #av-burger-menu-ul {
        display: block;
    }

    Best regards,
    Rikard

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