Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Foundation 5 Prefix Gap Reply To: Foundation 5 Prefix Gap

#204120
MattDiMu
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 :)