Active
Project:
Zen nineSixty (960 Grid system)
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 01:46 UTC
Updated:
3 Mar 2011 at 22:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
onejam commentedHi Jeff,
You're right, see: http://drupal.org/node/461704
It would be good if users can switch between 12 and 16 column grid from the theme settings.
Etiher way, I'll try and have a bash at it but can't promise it'll happen. Sorry.
Comment #2
juan_g commentedFor upcoming NineSixty 2.0:
"There will be 3 versions. 12, 16 or combined."
http://drupal.org/node/371137#comment-2096710
Comment #3
gmclelland commentedCan't you just change the .grid-16 classes to .grid-12 and update all the calls to the ns() functions?
Maybe I'm missing something, but it seemed to work for me with the little bit of time I spent on it? I'm still new to this theme.
Can someone confirm if you can or can't use a 12 column grid with zen_ninesixty? This is quite important for my project.
Thanks
Comment #4
prabhatjn commentedhi,
I have the same issue as I am about to start my work with 12 grid layout, if anyone found the answer please let me know.
Thanks,
Perry.
Comment #5
Josephnewyork commentedAll that is needed is to change the page.tpl.php file. I attached mine that I used in my sub-sub-sub theme. (zen->zen_ninesixty->zen_ninesixty_twelve_column) You can either replace the zen_ninesixty one or create a subtheme for the zen_ninesixty that has this page.tpl.php in it.
Cheers