How Do i Center my Navigation?

Discussion in 'CSS' started by moodey-aimee, May 25, 2010.

  1. johagulo

    johagulo Peon

    Messages:
    879
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #21
    #navigation ul { padding:0px; margin: 0px; height: 41px;} will only center whatever is inside UL. Use margin:0 auto in the main div
     
    johagulo, Jun 12, 2010 IP
  2. sageshark

    sageshark Active Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #22
    Put your navigation links in a <div> and apply it a margin as
    'margin: 0 auto;' it will make it center. Give it a try.
     
    sageshark, Jun 15, 2010 IP