D
D
Daniel-G2016-12-29 13:36:53
Bootstrap
Daniel-G, 2016-12-29 13:36:53

How to center align menu items in bootstrap?

How to center align menu items in bootstrap?
There are 3 blocks - logo, menu list and icon list. How can I make the menu list be centered?
e7b729731f07473786c092de9659d9bf.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
whoisthere, 2016-12-29
@whoisthere

<div class="center-block">...</div>
Will work if the block has a width.

I
iBird Rose, 2016-12-29
@iiiBird

the bootstrap in the Navbar component getbootstrap.com/components/#navbar-default has special elements for this.
1) where <a class="navbar-brand" href="#">Brand</a>you put your logo
2) <ul class="nav navbar-nav">put your list
in 3) <ul class="nav navbar-nav navbar-right">put icons in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question