• Resolved stellamaris5

    (@stellamaris5)


    Hi all,

    Two things. Is it possible to move the whole responsive menu bar including the hamburger menu to the bottom on mobile devices and secondly, how do I change it to say ‘menu’ rather than the three lines?
    Site is natureheals.co.uk

    Many thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • 1) Use @media and reposition using position: relative|absolute.

    2) Snippet

    Thread Starter stellamaris5

    (@stellamaris5)

    thanks rdell!!

    point 2 done, not familiar with point 1 so will need to investigsate unless there is a read up somewhere already.it needs to be visible all the time though not just when you scroll to the bottom

    move the whole responsive menu bar

    Not sure exactly what you want to move. Read the Navbar Guide for a bit more information.

    How about trying this which locks the button to top-right. If you like it, we can then move the dropdown items:

    button.btn.btn-navbar {
        position: fixed;
        right: 0px;
        top: 0px;
    }

    Thread Starter stellamaris5

    (@stellamaris5)

    thanks RDELL, not a fan of this:) I like it in the box. I wasthinking if it is possible to move the whole navbar box down to the bottom of the screen so it floats at the bottom and is always visible even if you scroll up and down. similar to the current option of having a sticky on scroll at the top but at the bottom but just the nav bar not the tagline or logo.

    And of course in responsive mode, desktop nothing same as usual.

    I don’t know maybe it won’t look ok maybe it will…

    If you can wait, looks like next release might include Sticky Footer feature which would make it easier.

    Thread Starter stellamaris5

    (@stellamaris5)

    good things come to those who wait – i’l wait

    Thread Starter stellamaris5

    (@stellamaris5)

    Lookng forward to the new realease

    guyzz please help me I want to move menu button icon for small media screen like mobile
    my website link is https://www.omvelas.com

    please open this link in mobile
    the menu button is coming under the cart icon which makes the header too big which looks ugly. So I want to shift menu button near the cart icon . I want all the three button in the same row….
    I am using this theme https://velikorodnov.com/wordpress/flatastic/classic/

    This Forum supports the Customizr Theme only. Try the Forum for the Theme you’ve chosen.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Menu bar and hamburger icon’ is closed to new replies.