In short:
I am trying to assign .grid-4 to each main menu list item class. Preprocess?
I know how to change the width of major zones (Branding, Footer) by changing the number of columns in Omega settings.
My problem is changing the number of columns for NESTED elements within those zones.
For example:
I have a main menu that has THREE items. It is enabled as a menu block to display in the Menu zone.
I am using the default 960 grid with 12 columns.
I want the three menu items to each take up four columns. (Hence .grid-4)
How can I assign this? Do I override the menu classes in the subtheme? Using preprocess?
If preprocess is where it's at, could someone help with a snippet?
Comments
Comment #1
finedesign commentedI am using the menu attributes module, though I would prefer a little direction on learning about preprocess vs template.php. I don't like to use so many modules just to add a few styles.