A
A
Andej Bogomol'ov2016-07-13 12:03:33
css
Andej Bogomol'ov, 2016-07-13 12:03:33

How to align content in row (Bootstrap)?

Good afternoon everyone) I'm starting to get acquainted with Bootstrap, but there are already questions that I can hardly find answers to. And now this is the situation: how to align the content in row? It's just that when columns (col) are transferred, the content in them is pressed to the left edge, but I really want it to be in the middle ..) Help, whoever can.
Ps tried: div align=center, text-center, block-center...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Egor Ogurtsov, 2016-07-13
@bogosverch

@media (max-width: 767px) {
   .row>div {
      text-align:center;
   }
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question