Currently, I am using Bootstrap 3.3.7 and facing an issue with the alignment of smaller columns in relation to bigger columns. To see a demo, click here.
I have set a margin of 10px
between the columns.
For example, the first row consists of the following columns: 600x410px
- 600x200px
- 300x200px
.
The total height calculation is
200px + 200px + 10px margin = 410px height
. Thus, I set the height of the big column to 410px
.
However, despite these calculations, the columns are still not aligning as expected. What could be causing this misalignment?