Closed (works as designed)
Project:
Mix and Match
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2011 at 15:13 UTC
Updated:
9 Oct 2011 at 17:08 UTC
I'm trying to put a discrete menu horizontally in the header and aligned to the right. I think this is a Skinr issue but I'm not sure so if this is possible to do can someone tell me how?
Comments
Comment #1
Deepika.chavan commentedHi,
- Enable 'Main menu' block in 'Main menu' region.
- Rename your sample.local.css file to 'local.css'
- Add following css code in local.css file
Please clear cached data.
HTH!!
Rgrds,
Deepika Chavan.
Comment #2
wranvaud commentedHey,
Thanks for pointing me to that direction Deepika, it worked ok but it's not really what I was looking for. I think that mix & match for D6 had a default secondary menus placed on the header, that is, above the main menu.
But your solution works for me too, not so important to be on the header. I had to do some modifications because I didn't want the main menu to be on the right, I wanted the user menu. So what I did was to modify your css from .main-menu-inner to something like .user-menu-align and then applied this css to the block using skinr. (only the 1px border at the beginning didn't work I don't know why)
Thanks again for your help!
Comment #3
ajross commented