Closed (fixed)
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 17:51 UTC
Updated:
14 Nov 2011 at 22:50 UTC
When using the default grid system you have the different css files for wide, normal and narrow. But when using fluid there is only normal. I would like to add a wide css file with a media query. How could I achieve this?
Thanks
Comments
Comment #1
kris digital commentedThis was easy... I just edited the alpha.info file and added the css file. cool
grids[alpha_fluid][name] = Fluid
grids[alpha_fluid][layouts][normal] = Normal
grids[alpha_fluid][layouts][wide] = Wide
grids[alpha_fluid][columns][12] = 12 Columns
grids[alpha_fluid][columns][16] = 16 Columns
grids[alpha_fluid][columns][24] = 24 Columns
Comment #2
fubhy commentedDon't edit the alpha.info file. Instead, use your subtheme.info file to do those customizations. Like that:
And then copy the proper grid css files from the alpha folder over to your subtheme. In the Omega docs on groups.drupal.org there is an entire chapter on how to create custom grids.
Comment #3
kris digital commentedAh I see, thank you, even better that way...