• Great theme but i would like to move the mobile menu toggle bar to the top right corner of the header instead of having it appear below the header and if impossible i remove the toggle bar from mobile site view, any help will be highly appreciated

Viewing 7 replies - 1 through 7 (of 7 total)
  • hi,

    Please describe your issue in detail.

    Thanks.

    Thread Starter geezyyy

    (@geezyyy)

    i would like the mobile menu toggle bar to appear on the top right side of the header opposite the logo on mobile view unlike the default view where it appears below the header, any help will be utmost appreciated

    Hi,

    Please make child theme and create header.php file in child theme directory.

    Now copy code from link and paste into child theme’s header.php file.

    Also add below css code into custom css editor.

    .navbar-toggle {
        background-color: #fff !important;
        border: 1px solid #fff !important;
    }
    .navbar-toggle .icon-bar {
        background-color: #9d9396 !important;
    }

    Save the changes.

    Thanks.

    Thread Starter geezyyy

    (@geezyyy)

    Thank you much, It worked though it increased the size of the header in mobile view, hoped the toggle could appear just opposite the the logo but it instead it appeared above the logo creating more header space making the header to occupy like a third of the home page in mobile phone view, any help will be appreciated.

    HI,

    Please share your site URL.

    Thanks.

    Could someone help me move mine please. I have no idea…

    Could someone help me move mine please. I have no idea…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘removing or moving mobile menu toggle bar’ is closed to new replies.