jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
49.25k stars 3.95k forks source link

Is it possible to center the navbar items horizontally in the navbar? #3399

Open pitoriex opened 3 years ago

pitoriex commented 3 years ago

Hello, I'm new to bulma and was wondering if centering the navbar items is somehow supported without custom css. If not I was wondering if you please could add it to your framework because I think it's a feature that is really useful.

Thanks!

accpickatwu commented 2 years ago

hi im a bulma user

yes You can do,

Centering in Bulma

<nav class="level is-mobile">

    `<div class="level-item">`
   `(The item u want to center`
   `</div>`

</nav>

Centering in no css html

<center> and ends in </center>