I'm using foundation 3 to build a responsive website but I want to have the Footer and Navigation background width to occupy the entire width? I have named my rows as
class="row navigation"
class="row footer"
I tried looking for how to fix this but I'm out of options. I'm assuming it is a small fix in the foundation.css file but it's a bit too overwhelming at the moment as I'm new to it.
Any poiinters much appreciated.
If you don't give it the "row" class and put columns inside it works on a 100% width
I am not sure if I am missing something, but I had to add a
.row
div for the.centered
to work. I can still style the.header
to have a full width background in this case, but the.container
method did not work for me.If you're using sass, this is a better way: