I
I
Ilya Atabekov2021-07-29 11:31:32
Bootstrap
Ilya Atabekov, 2021-07-29 11:31:32

How to make elements line up in 5 columns if the resolution is more than 993px, and if it is less than 993px then in 2 columns?

How to make elements line up in 5 columns if the resolution is more than 993px, and if it is less than 993px then in 2 columns?
Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri, 2021-07-29
@cheeroque

<div class="row row-cols-2 row-cols-lg-5">
  <div class="col">1</div>
  <div class="col">2</div>
  <div class="col">3</div>
  <div class="col">4</div>
  <div class="col">5</div>
  <div class="col">6</div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question