We have adjusted the menu in Bricks 1.8 in some places. Because the links are now flex-items, the alignment of the text doesn’t work anymore. You can temporarily add the following custom CSS to the nav menu, which should work in your case.
root .bricks-nav-menu > li > a {
justify-content: center;
}
I will add the menu item/text alignment as an improvement to our to-do list.
Hi Joep,
We’ve added justify-content settings in Bricks 1.8.4 that should allow you to center the text in vertical menus, now available as a one-click update in your WordPress Dashboard.
Please let us know if you are still experiencing issues.