W
W
wzrsiba2018-07-03 14:31:33
css
wzrsiba, 2018-07-03 14:31:33

How to center this block?

Please help with advice, how can I center this block in width when reducing the screen width?
Bootstrap is used as the grid. (PS: I'm new)

Screenshot
5b3b5e18d899a200142234.png
Actually, the code

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Timofeev, 2018-07-03
@webinar

text-align: center;
https://jsfiddle.net/ukqhdx9w/14/
The answer is the same, but add a media query

@media screen and (max-width:600px) {
  .fghfldf {text-align: center};
}

https://jsfiddle.net/ukqhdx9w/28
happy for you, but why do we need to know? And in what place it is used, I don’t remember something that the bootstrap would have a footer-col class. And since you indicate that you are using this or that technology, indicate its major version. For boostrap has 4 of them and they are extremely different.

Y
You can just Eugene, 2018-07-03
@EM-CODER

https://jsfiddle.net/ukqhdx9w/24/
so what?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question