NO BUG: Mobile-first: Nav (Nestable) Nav items div

Hello,

I am unable to use the Column gap or Row gap settings on the Nav items div inside the Nav (nestable) element when a class is assigned.

  • Mobile-first
  • 1.8.1

Thanks

It seems I’m unable to use most flex properties when a class is assigned.

Hi Mike,
Thanks so much for your report!

The complexity of the menu requires more complex selectors such as .brxe-nav-nested.brx-open .brx-nav-nested-items {}, which cannot be overridden with a single class (keyword specificity).

Accordingly, this is not a bug. Instead, use the ID or custom CSS to achieve the correct specificity.

Best regards,
timmse

Thanks for the update and clarification.