+
The structure of a level is the following:
+
+ -
+
level: main container
+
+ level-left for the left side. This element is required, even if it is empty
+ -
+
level-right for the right side
+
+ level-item for each individual element
+
+
+
+
+
+
In a level-item, you can then insert almost anything you want: a title, a button, a text input, or just simple text. No matter what elements you put inside a Bulma level, they will always be vertically centered.
+
+ {% highlight html %}{{nav_example}}{% endhighlight %}
+
+ {% include anchor.html name="Centered level" %}
+
+
+
+ {% highlight html %}{{nav_centered_bis_example}}{% endhighlight %}
+
+ {% include anchor.html name="Mobile level" %}
+
+
+ By default, for space concerns, the level is vertical on mobile. If you want the level to be horizontal on mobile as well, add the is-mobile modifier on the level container.
+