G
G
grass862020-07-10 12:52:06
Bootstrap
grass86, 2020-07-10 12:52:06

How to change the location of the blocks at the desired resolution?

The bootstrap grid is connected, but push pull does not work

The site where you need to apply this is https://vision-reality.de/3d-animation/

<div class="row sec-3__row">
         <div class="col-12 col-md-12 col-md-push-12 col-lg-7 col-xl-6">
            <div class="text__col-6">
            <p>1</p>
            </div>
         </div>
         <div class="col-12 col-md-12 col-md-pull-12 col-lg-5 col-xl-6 bg_iframe">2
        </div>
     </div>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Y
Yuri, 2020-07-10
@cheeroque

There's Bootstrap v4, instead of col-push and col-pull use order and offset: https://getbootstrap.com/docs/4.5/layout/grid/#reo...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question