Should Bootstrap .row contain .col-*?

Eugen Konkov

I want to fill .row by some content, should I always use <div class='col-*'>Content</div> or may I just put my Content into .row?

What are pros and cons?

Kevin Aud

From the bootstrap documentation "Content should be placed within columns, and only columns may be immediate children of rows."

So no, it is not recommended that you place any content directly inside of row.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Should Twitter Bootstrap Row/Col be used for layout?

From Dev

Combining Bootstrap col and row classes on single element

From Dev

Bootstrap 3: Sticky Footer inside row/col class

From Dev

How to match all col height to row height in Bootstrap 3?

From Dev

Center a dynamic number of col divs inside a row in Bootstrap

From Dev

How to make bootstrap row "col-md-4" fullscreen size

From Dev

How to make bootstrap row "col-md-4" fullscreen size

From Dev

How to fix Bootstrap row in col overflow rounded.?

From Dev

col-10 and col-2 row generate weird spacing on right in bootstrap 3

From Dev

Adjust Bootstrap "row" to fit various # of columns "col-xs-12 col-sm-4 col-md-3"?

From Dev

Should I NOT put a bootstrap table inside of a DIV with the bootstrap 'row' class

From Dev

How to center a row in bootstrap(col xs-12 col-sm-6 col-md-2 col-lg-2), that has 4 imgs?

From Dev

AssertionError: col should be Column

From Dev

Using materialize css .col divs to create (should not follow row line) to make something like in the following picture

From Dev

can we use row and col-md-12 in same div ? or it should be in parent child divs?

From Dev

Difference between at() and row().col()

From Java

When should I use container and row in Twitter Bootstrap 3?

From Dev

Bootstrap 3 - Columns in row should have same height

From Dev

Should you have ID on columns within a row? bootstrap 4

From Dev

What's the meaning of the "row" class in Bootstrap, its difference from containers, and how does it stack with col-***-*?

From Dev

Twitter Bootstrap 3 Removing RIGHT margin and padding on a row and col-12

From Dev

Bootstrap grid system- Can we use 2 col-*-12 in a .row class?

From Dev

Twitter Bootstrap 3 Removing RIGHT margin and padding on a row and col-12

From Dev

Bootstrap 3rd col breaks after 2nd row of 3/4 columns

From Dev

bootstrap col is not working

From Dev

Twitter Bootstrap .col on a <label>

From Dev

Bootstrap col not inline

From Dev

Bootstrap rows & col responsive

From Dev

Bootstrap max col width

Related Related

  1. 1

    Should Twitter Bootstrap Row/Col be used for layout?

  2. 2

    Combining Bootstrap col and row classes on single element

  3. 3

    Bootstrap 3: Sticky Footer inside row/col class

  4. 4

    How to match all col height to row height in Bootstrap 3?

  5. 5

    Center a dynamic number of col divs inside a row in Bootstrap

  6. 6

    How to make bootstrap row "col-md-4" fullscreen size

  7. 7

    How to make bootstrap row "col-md-4" fullscreen size

  8. 8

    How to fix Bootstrap row in col overflow rounded.?

  9. 9

    col-10 and col-2 row generate weird spacing on right in bootstrap 3

  10. 10

    Adjust Bootstrap "row" to fit various # of columns "col-xs-12 col-sm-4 col-md-3"?

  11. 11

    Should I NOT put a bootstrap table inside of a DIV with the bootstrap 'row' class

  12. 12

    How to center a row in bootstrap(col xs-12 col-sm-6 col-md-2 col-lg-2), that has 4 imgs?

  13. 13

    AssertionError: col should be Column

  14. 14

    Using materialize css .col divs to create (should not follow row line) to make something like in the following picture

  15. 15

    can we use row and col-md-12 in same div ? or it should be in parent child divs?

  16. 16

    Difference between at() and row().col()

  17. 17

    When should I use container and row in Twitter Bootstrap 3?

  18. 18

    Bootstrap 3 - Columns in row should have same height

  19. 19

    Should you have ID on columns within a row? bootstrap 4

  20. 20

    What's the meaning of the "row" class in Bootstrap, its difference from containers, and how does it stack with col-***-*?

  21. 21

    Twitter Bootstrap 3 Removing RIGHT margin and padding on a row and col-12

  22. 22

    Bootstrap grid system- Can we use 2 col-*-12 in a .row class?

  23. 23

    Twitter Bootstrap 3 Removing RIGHT margin and padding on a row and col-12

  24. 24

    Bootstrap 3rd col breaks after 2nd row of 3/4 columns

  25. 25

    bootstrap col is not working

  26. 26

    Twitter Bootstrap .col on a <label>

  27. 27

    Bootstrap col not inline

  28. 28

    Bootstrap rows & col responsive

  29. 29

    Bootstrap max col width

HotTag

Archive