K
K
Kostya Ostapuk2016-11-13 04:36:39
css
Kostya Ostapuk, 2016-11-13 04:36:39

How to center block in Bootstrap?

I'm trying like this, but it doesn't align
text-align:center;

<section class="menu">
      <div class="container">
         <div class="row">
         <div class="col-md-12">
               <ol class="breadcrumb">
                 <li><a href="#">Главная</a></li>
                 <li><a href="#">Номера</a></li>
                 <li><a href="#">Проведение мероприятий</li></a>
                 <li><a href="#">Фотогалерея</li></a>
                 <li><a href="#">Контакты</li></a>
               </ol>
         </div>
         </div>
      </div>
   </section>

.breadcrumb{
   text-align: center;
}

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Bobylev, 2016-11-13
@dpigo

Correct the layout, you have in the list </a></li>either </li></a>
jsbin.com/kojawuw/edit?html,css,output

D
dranets13, 2016-11-13
@dranets13

Give your class .breadcrumb display: inline-block

G
goooooch, 2016-11-13
@goooooch

If .breadcrumb add margin: o auto; not?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question