Posted by jjeff on July 6, 2009 at 1:46am
| Project: | Zen nineSixty (960 Grid system) |
| Version: | 6.x-2.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Maybe I'm missing something, but it appears that this theme system only supports the 16 column grid? Is this true?
If it is true, would it be possible to create a theme setting to switch between 12 and 16 column grids?
Comments
#1
Hi 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.
#2
For upcoming NineSixty 2.0:
"There will be 3 versions. 12, 16 or combined."
http://drupal.org/node/371137#comment-2096710
#3
Can'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
#4
hi,
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.
#5
All 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