Home › Forums › CSS › Foundation 5 Prefix Gap › Reply To: Foundation 5 Prefix Gap
June 24, 2015 at 5:35 am
#204120
Participant
Looks like you’re using the foundation grid system. See the docs, to have it explained it detail (http://foundation.zurb.com/grid.html). The short version is, that your consists of rows and gutters/gaps between them (done with padding-left and padding-right on the elements). One solution would be to set this padding to 0, something like this:
http://codepen.io/MDMueller/pen/bdYaxP
I’m no foundation expert, however – so there might be a better way for it :)