Need Help Centering Nav Text HELP RIGHT AWAY PLEASE

Discussion in 'Programming' started by Neptune, May 15, 2013.

  1. #1
    I am having an issue getting the text in my navigation menu centered. I will pay 5.00 via paypal for someone to help me right now. Please pm me if you can help. Again I need this done right now. Thanks!
     
    Neptune, May 15, 2013 IP
  2. matt_62

    matt_62 Prominent Member

    Messages:
    1,827
    Likes Received:
    515
    Best Answers:
    14
    Trophy Points:
    350
    #2
    put in the css text-align: centered;
    and you put that in the css field that applied to the menu. Such as if your using #menu then it might look like:
    #menu {
    text-align: centered;
    }

    I can take a look at your site, and get it right for you, but im heading out so... good luck
     
    matt_62, May 15, 2013 IP
  3. Neptune

    Neptune Well-Known Member

    Messages:
    1,465
    Likes Received:
    25
    Best Answers:
    0
    Trophy Points:
    108
    #3
    I already tried that and it did not work.
     
    Neptune, May 15, 2013 IP
  4. MAtkins

    MAtkins Member

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    What navigation menu are you using?
    If we could see some code that would help.
     
    MAtkins, May 16, 2013 IP
  5. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #5
    MAtkins is right, no code we can't tell you how to fix it -- though SOME menu designs cannot be centered, like those built with floats.
     
    deathshadow, May 16, 2013 IP