Jump to content
Sign in to follow this  
jimtron

how to move menus to right

Recommended Posts

jimtron

I've tried to figure this out using Firebug, but it's over my head. I'm using PlatformPro, and want my menus/nav on the right instead of the left. I assume I can do this with CSS in the custom code box, but not sure exactly how to proceed. I'd like all the menus to be right-justified. Here's my site: http://www.peerhere.com/test

Share this post


Link to post
Share on other sites
antonella
Try adding this to your custom css: ul.sf-menu li { float: right; } It's a matter of floating right rather than left. (I found this code in the superfish.css).

Share this post


Link to post
Share on other sites
kastelic
Hello, try this: [code] ul.sf-menu li { float:right } [/code] Edit: beat me to it! ;)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×