milohuang / reverie

Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
http://theakiba.com/reverie/
MIT License
918 stars 196 forks source link

Where can I change site width - and can it be 'browser window full width'? #210

Closed randomfreeform closed 11 years ago

randomfreeform commented 11 years ago

Where can I change site width - and as a nice option, how can it be 'browser window full-width'?

I thought this was mentioned around here but couldn't find it with a search... Also Zhen if you're reading this, you mentioned making changes to Reverie to do this but I don't see and docs on it...

Thanks for any help! R

Rocketpilot commented 11 years ago

I'm reviewing Reverie now, but with most Foundation sites, you'd usually just alter the width of the row class to get the effect you're looking for.

So, if you're comfortable editing an SCSS file, the following should work within style.scss:

.row { width: 100%; max-width: 100%; }

Foundation 4 has a variable in the settings file that also controls row width, but for some reason Reverie doesn't have that file populated.

milohuang commented 11 years ago

Just updated, it should have the setting file now.