Home › Forums › CSS › need help with bootstrap grid system › Reply To: need help with bootstrap grid system
October 1, 2016 at 7:38 pm
#246087
Participant
How familiar are you with Bootstrap; meaning have you followed the docs completely?
It looks like you’re changing presets. Right now you’re left-floating both your row and col. If you removed that style, that is the intended result.
If you want to keep it as-is, then add a margin or padding. If you’re linking to Bootstrap, then you might have to use !important, or create a unique ID/CLASS and style that.