Skip to main content

Menu icons position

Comments

7 comments

  • Sandra Prunici

    Hi,

    Unfortunately, at the moment isn't possible to change the icon position and display it on the right part of the menu item. We have added a feature request and our team are informed regarding this aspect.

    Thanks!

    Best regards,
    Sandra

    0
  • M S

    Thank you Sandra. Do you have an estimated timeline?

    Cheers,
    Matt

    1
  • Sandra Prunici

    Hi,

    Unfortunately, at the moment, I can't say a timeline for this feature request. If you allow me to be honest with you, I can't say that it will be released soon because in the "Progress" and "Next to do" list, we have already some more important features, improvements and fixes.

    Let us know if we can help you with something else.

    Best regards,
    Sandra

    0
  • M S

    Hi Sandra - any update on the timeline for this?

    0
  • Sandra Prunici

    Hi Matthew,

    Unfortunately, at the moment, we didn't receive a notification from the team about this request. When we will receive it, we will inform you here.

    Thank you!

    Best regards,
    Sandra

    0
  • Ivo Rusev

    Hi, any update on this feature? This seems to be a pretty basic thing many builders have.

    0
  • Denis B

    Hi,

    Unfortunately, this feature wasn't released yet. As temporary workaround you can try to use CSS code below:

    .brz-menu__item.brz-menu__item-mega-menu > .brz-a {
       display: flex;
       flex-direction: row-reverse;
    }

    .brz-menu__item.brz-menu__item-mega-menu > .brz-a > .brz-menu__item__icon {
       margin-right: 0;
       margin-left: 15px;
    }

    Best regards,
    Denis.

    0

Please sign in to leave a comment.