Vertical Aligning Header in Toolbar

Hi there

I need some help with this snippet, https://snippet.webix.com/b45ikj1y

I need to vertically align the header inside the toolbar.

Hey @Mashiane, there are multiple ways you could vertically align elements. I’d like to provide one of them, and that is aligning items via the use of flexbox: https://snippet.webix.com/e1kzdeoi. Also please note that you don’t need to use !important to change the default font size.

Perfect, thank you so much!