SOLVED: Main menu text align:center gone after upgrade 1.7.3 -> 1.8.3

Browser: Chrome 110
OS: Windows
URL: Link to a page that illustrates this issue (see menu)

Hi there,

After upgrading 1.7.3 to 1.8.3 i have lost the ability to text align:center the main menu items.
Now they are all align:left, quite strange :slight_smile:

Jasper

Hi Joep,
Thanks so much for your report!

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.

Best regards,
timmse

2 Likes

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.

Best regards,
timmse