View Single Post
  #6 (permalink)  
Old May 26th, 2007, 12:03
Lchad Lchad is offline
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Need Help With a CSS Problem

This will move it and you will have to adjust the margin to make it appear centered.

Code: Select all
#nav ul, #nav ul li {
    list-style: none;
    margin: 0px 0px 0px 150px;
    padding: 0;
 }
Reply With Quote