Closed (fixed)
Project:
ZURB Foundation
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2013 at 18:09 UTC
Updated:
5 Mar 2013 at 20:20 UTC
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
Comment #1
billyroebuck commentedFor 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).
Comment #2
ishmael-sanchez commentedYep you can use THEME_preprocess_page to change or modify the variables.