• Hello,

    My site is biobrit.com

    I need to center the toggle button (the word “menu” and the 3 horizontal lines next to it).
    This toggle menu only appears in mobile mode. It currently shows as right-justified.

    Also, when looking at the mobile drop down menu on the home page, the image-slider appears over the drop down menu. How can I make it so that the mobile drop down menu is always on top?

    Thank you for your time!

    https://wordpress.org/plugins/megamenu/

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    It is not possible to center align the menu text right now due to the way it is output. Center aligning the text will break the vertical alignment of the MENU text and the icon, but in the next update it will be possible to change the alignment using the Theme Editor.

    For the mobile menu* you will need to go to Appearance > Editor and select header.php on the right. Search for wp_nav_menu. You should see 2 entries in there (one menu for desktop, one menu for mobile), delete the second call to wp_nav_menu (the one that is outputting the mobile menu).

    * you actually have 2 menus being displayed on mobile but they are positioned right on top of each other. The menu underneath will push down the page content when it’s open.

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Need to center toggle button’ is closed to new replies.