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

Deepika.chavan’s picture

Hi,

- 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

.main-menu-inner ul li.first {
  border-left:1px solid #E1E1E1;
}

.main-menu-inner ul.menu {
  float:right;
}

Please clear cached data.
HTH!!

Rgrds,

Deepika Chavan.

wranvaud’s picture

Hey,
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!

ajross’s picture

Status: Active » Closed (works as designed)