Nesting columns
-
When I try to get nested columns it doesn’t work. Maybe I’m doing something wrong, I got the following structure:
[container] [row] [column md=”6″]
[row]
[column md=”4″]
HERE IS AN IMAGE
[/column]
[column md=”8″]
HERE IS SOME TEXT
[/column]
[/row][row]
[column md=”4″]
HERE IS AN IMAGE
[/column]
[column md=”8″]
HERE IS SOME TEXT
[/column]
[/row][/column] [/row] [/container]
I’m following the bootstrap grid page: https://getbootstrap.com/examples/grid/
<div class="row"> <div class="col-md-8"> .col-md-8 <div class="row"> <div class="col-md-6">.col-md-6</div> <div class="col-md-6">.col-md-6</div> </div> </div> <div class="col-md-4">.col-md-4</div> </div>
https://www.ads-software.com/plugins/bootstrap-3-shortcodes/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Nesting columns’ is closed to new replies.