Results 16 comments of Zhen Huang

One simple way to achieve this is to wrap a new container div in both header and footer, so it becomes something like: ``` html ``` and add `width: 100%;`...

http://foundation.zurb.com/old-docs/f3/grid.php

Nothing to prevent you from changing the reader more link. Edit the line in `content.php`.

The last Reverie 4 commit should be here: https://github.com/milohuang/reverie/tree/7aaa62562e96b19ace742d7fa9cc4a4d3221d9ca

Possibly a WordPress conflict, here is a quick fix. Will update soon. https://github.com/zurb/foundation/pull/1494

@randomfreeform Maybe just removing the sticky class from `header.php` would be a better solution, that was the initial thought when updating Reverie 4. Just updated.

An interesting off canvas tutorial on Smashing Magazine: http://coding.smashingmagazine.com/2013/01/15/off-canvas-navigation-for-responsive-website/ Seems like a better implementation than Foundation. http://webdesignerwall.com/tutorials/mobile-navigation-design-tutorial http://bradfrostweb.com/blog/web/responsive-nav-patterns/

Doc here http://foundation.zurb.com/docs/media-queries.html. It appears you can do a custom download and set your breakpoint: http://foundation.zurb.com/download.php

Try go to [lib/clean.php](https://github.com/milohuang/reverie/blob/master/lib/clean.php) and clean all the enqueue of Google jquery. Remove line 119~128, 147~149.

Sorry for the late reply. I've updated header and footer with an additional div to wrap the content row. You can style it to be full width (default) if you...