Impossible to vertically center the navigation

Bricks Version: 1.5rc
Browser: any
OS: macOS / Windows / Linux / etc.
URL: UK Store – The Ultimate Trading Journal - shrink down screen width to wrap the naw text

The vertical align on nav does not work, there is no way to select the container display to be flex. the parent container is set to display flex. Couldnt figure out any other way to vertically align the nav without resorting to custom css

Hi,
Thanks so much for your report!

The align-self settings are applied in this case (as in most cases) to the root element (ul), not the list elements within the menu. So in that sense, the setting works, just not in the place you expect it :wink:

Unfortunately, you will have to use one or two lines of custom CSS (which should not be a big deal, though).

Best regards,
timmse