Jump to content
Sign in to follow this  
organicman

How do I center justify the Platform Pro main navigation?

Recommended Posts

organicman

See the site. The main navigation is left-justified. We want it to be centered. How do I do that?

Share this post


Link to post
Share on other sites
Kate

Hi Kevin - Add this code to your custom CSS:

#nav_row {padding-bottom:10px;}
	#nav_row ul{text-align:center;}
	#nav_row ul li{float:none !important;display:inline;}
	#nav_row ul li a{float:none !important;display:inline;}

Share this post


Link to post
Share on other sites
organicman

Thanks a million, Kate. Worked like a charm! :-)

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  

×