Adjusting width of the nav menu

Discussion in 'WordPress' started by adoh70, Feb 18, 2012.

  1. #1
    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
     
    adoh70, Feb 18, 2012 IP
  2. RadioBounce

    RadioBounce Banned

    Messages:
    4,171
    Likes Received:
    16
    Best Answers:
    1
    Trophy Points:
    0
    #2
    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.
     
    RadioBounce, Feb 18, 2012 IP
  3. adoh70

    adoh70 Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thank you. That has worked a treat. It's easy when you know how!
     
    adoh70, Feb 18, 2012 IP