Skip to main content

Burger menu on mobile

Comments

3 comments

  • Alex

    Hi,

    that is how it works at the moment. The thing is that you could have the link on the parent item so we've added an arrow on mobile so when you click the link, it will open the page and when you click the arrow to display the sub-items. Please refer to this article: https://support.brizy.io/hc/en-us/community/posts/360069736951/comments/4405203094545  I offered a possible solution with CSS.

    0
  • Ryan Scollon

    How do I go about adding that CSS for it to work? I've tried several ways but it's not working.

    0
  • Alex

    Try to use the following code: 

    .brz-menu__ul a.brz-mm-btn.brz-mm-btn_next.brz-mm-listitem__btn {
    position: absolute;
    width: 100%;
    }
    .brz-menu__ul a.brz-mm-btn.brz-mm-btn_next.brz-mm-listitem__btn:after {
    display: none;
    }

    but keep in mind that this is something extra and not an official answer :). I'm just trying to find solutions to problems ;)

    1

Please sign in to leave a comment.