SOLVED: Text alignment in sub-menus doesn't work

Browser: Chrome 112.0.5615.49 (Official Build) (64-bit)
OS: Linux Mint 21.1
URL: https://eig.2sinn.it/
Bricks version: 1.7.2

Changing text alignment in the sub-menu options in the nav menu element does nothing. This should be right-aligned:

image

Element setting:

I can tell that the right CSS is there:

Not sure why the alignment doesn’t work. Perhaps a parent is interfering? Wouldn’t make sense though, because the declaration is not struck through. Odd.

Hi Matt,
Thanks so much for your report!

I was able to reproduce the issue and added it to our bug tracker.
The text-align has no effect, because the a is a flex item. If you work with “justify-content” instead, it works:

root .bricks-nav-menu .sub-menu > li.menu-item > a {
  justify-content: flex-end;
}

Best regards,
timmse

Awesome, thanks! Good to know.

Hi Matt,

We’ve fixed this issue in Bricks 1.8 beta, now available as a manual download in your account.

Please let us know if you are still experiencing issues.

As with any beta release, please do not use it on any production/live website. It is only meant for testing in a local/staging environment.

Best regards,
timmse