Vertically align bar icons and title

Hi,

It should be very simple, but I cannot find a way to simply vertically align icons on the top bar according to its height. And possibly customize each icon size (e.g., one bigger than the other). Here’s a codepen with the issue: http://codepen.io/eliabruni/pen/xweDr

Thanks for any help!

You can always </br> after each button and set

.bar-header{ height: auto !important }

that works. :smile:

For icon size you can try font-size in CSS

Thanks @nesa526, but it doesn’t seem a very neat way to do it.