Anyone know how to add padding/margin to cols within 1140px responsive grid? Do I need to change the preset css as currently the content just gets shifted out of the grid so it doesn't resize down properly.
Hello charlyanderson,
You will need to understand the box model rule. See the box model here. The box model says that whatever you put inside an element cannot be larger than that element. margin/padding/border all count when figuring width/height.
Also know that % widths and px margin/padding sometimes to not work well together.