How to add fields between twitter bootstrap columns without causing a grid break?

I am using Twitter Bootstrap v3.0.3. My question relates to the attached screenshot. How can I add fields between columns without calling the third drop / wrap columnscreenshot of layoutscreenshot of code

+4
source share
1 answer

This effect can be achieved through ads padding.

However, this requires the inner element to determine the background color.

This will not expand the columns, as Bootstrap 3 uses box-sizingin its columns.

Edit:

Also note that only columns should be immediate children of rows (list item 3).

+1

All Articles