Closed (fixed)
Project:
Corporate Clean
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
18 Oct 2011 at 20:13 UTC
Updated:
1 Aug 2013 at 20:08 UTC
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
Comment #1
prajaktam commentedHello
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
Comment #2
jjprusk commentedThis works great. Next question - how do I right-align the whole menu?
Comment #3
gtsopour commentedHello 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
Comment #4
alexandreracine commentedIs this corrected in the latest version? Let us know if not. Closing for now.