How to use bootstrap push pull?

Asked

Viewed 976 times

0

I have a template with the structure illustrated by the image below

inserir a descrição da imagem aqui

Searching in the documentation I saw that combining the classes col-*-push-* and col-*-pull-* it is possible to produce this effect

I tried and researched quite unsuccessfully. I need help.

1 answer

0


You can try:

<div class="row">
  <div class="col-md-3 pull-md-9">Teste</div>
  <div class="col-md-9 push-md-3">Exemplo</div>
</div>

Browser other questions tagged

You are not signed in. Login or sign up in order to post.