I am trying to clean up the narrow columns created on tablets when using a 4 column layout. I want to make the icon boxes do the following: col-xs-12 col-sm-6, col-md-3, col-lg-3. I noticed the default builder creates the sm styles, so I used the builder to create the sm widths, and added bootstrap css to create the lg styles. This should work, however I am running into an issue. When I create 2, 6 col sm next to each other the builder is putting them in a row. This prevents the row below from moving up, like it would in standard bootstrap.
How do I remove the added row, or create the desired item styling?
Attachments:
You must be
logged in to view attached files.