Skip to main content

Mega menu width

Comments

6 comments

  • Ariel H.

    Hi Johnny,

    Thanks for getting in touch with us.

    Currently, this is how it's intended to work. If the mega menu takes up less than 35% of the screen, it might not display well on smaller screens. However, you do have the option to use pixels (PX) if you want a slim mega menu or if you prefer setting it to a fixed width.

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    0
  • Johnny Wong

    I try used px, but it will misalignment

    https://kentcraft.brizy.site

    0
  • Johnny Wong

    Also how do I make the mega menu highlight when the page is a submenu of the mega menu?

    0
  • Ariel H.


    Hi Johnny,

    Thank you for the update.

    Unfortunately, the mega menu is better suited for more complex menus, as shown in this example.

    For this menu type, I recommend using submenus in the Menu element, as demonstrated in this screencast: https://youtu.be/IGcpE9vM8fc

    Please give this a try, and feel free to reach out if you have any additional questions.

    Best regards,
    Ariel H.

    0
  • Johnny Wong

    Its working, but still cant edit sub-menu width?

    0
  • Ariel H.

    Hi Johnny,

    Thank you for the update.

    Please use the following custom CSS to address the issue. You may increase the width as needed:

    .brz-menu .brz-menu__item:hover>.brz-mega-menu__portal, .brz:not(.brz-ed) .brz-menu .brz-menu__item:hover>.brz-menu__sub-menu {
        width: 200px;
    }

    Here is how you can insert the code into your project - https://youtu.be/u-kgIs6MjDQ

    Please try this and let me know if you have any further questions.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.