I can't seem to make this work.. is it possible to take 1 menu item, the last item on the menu, and have it align to the right instead of the left?

Thanks!

Comments

prajaktam’s picture

Hello
In themes style.css file at the bottom add the following css.
#header-menu ul.menu li.last {
float: right;
}

Please clear the cache at admin/config/development/performance.
Hope this help.

Thanks,
Prajakta

jjprusk’s picture

This works great. Next question - how do I right-align the whole menu?

gtsopour’s picture

Assigned: Unassigned » gtsopour
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme, +CorporateClean

Hello jjprusk,

Try the following code to your style.css file. Place it at the bottom of your style.css or use a new local.css file* (right way).

#header-menu ul.menu { float: right; }

*You can see my comment here http://drupal.org/node/1403250#comment-5485488 on how to override the style.css with a local.css file

Thanks
/George

alexandreracine’s picture

Status: Active » Closed (fixed)

Is this corrected in the latest version? Let us know if not. Closing for now.