Hi,

Thanks again for putting together this awesome theme!

For the site I am working on, I would like to use the following layout:

left sidebar main content right sidebar
[two columns] [seven columns] [three columns]

Looking at the zurb_foundation base theme's template.php, I can see some code in "zurb_foundation_preprocess_page" where the X columns values are calculated.

Using Firebug, I've worked out what I need to set the widths to:

Comments

billyroebuck’s picture

For now, I've got it working by duplicating the entire zurb_foundation_preprocess_page method in my sub-theme (aka zurb_foundation_mysubtheme_preprocess_page).

ishmael-sanchez’s picture

Status: Active » Fixed

Yep you can use THEME_preprocess_page to change or modify the variables.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.