Not too sure whether this is more a html or wordpress questions but as I'm using a wordpress theme I will try here first. Could anyone tell me how I would go about changing the width of my nav menu to stay the same width as my main content area. Currently it runs across the whole width of the page, no matter how far you zoom out it still continues. Thanks for your help. www.tip-index.com
Hello, just add this CSS style to your website by going to Appearance > Editor on your Wordpress admin panel. #navigation {width:980px; margin:0 auto;} Code (markup): That should do the trick.