How do I make rows in Zurb Foundation 4/5 full screen?

Sinister Beard picture Sinister Beard · Jul 9, 2013 · Viewed 13k times · Source

By default, rows in Zurb Foundation 4 and 5 run at a max width of 1000px, even on very large monitors, which creates margins on either side of the content. How do I make it run at full screen without affecting the responsiveness of the design?

Answer

Sinister Beard picture Sinister Beard · Jul 9, 2013

Add the following code to the CSS file:

.row {min-width:100% !important;}