Jump to content
Sign in to follow this  
glynt

Main navigation menu width of tabs

Recommended Posts

glynt

hi all, I want to change the width of the tabs on my main navigation menu. I want to add another page to it but can't fit it on and do not want to make the text any smaller. Is there a way I can make each of the tabs a little bit narrower so I can fit an extra tab on the end? Thanks, Glyn (http://in-focus-marketing.net, Platform Pro)

Share this post


Link to post
Share on other sites
kastelic

Try in Custom Code -> Custom CSS:

	ul.sf-menu li a {
	padding: 10px 10px 10px;
	}
	

Share this post


Link to post
Share on other sites
glynt

Superb! Thanks very much, works a treat!

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  

×