Much thanks esmi for the quick response. Again, I’m very new to worpress. The code is style.css that you are talking about is:
ul# { display:block; width:880px; margin:0px; padding:0px 0px 0px 10px; }
#nav li { float:left; list-style-type:none; margin:28px -4px 0px 4px; padding:0px; }
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page_item a { text-decoration:none; }
#nav ul li.current_page_item a:hover { text-decoration:none; }
#nav ul li a { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; display:block; padding:6px 20px 6px 0px; margin:0px 0px 0px 15px; text-transform:uppercase; }
#nav ul li a:hover { text-decoration:none; }
Not real sure what you mean by “ake the huge 28px top margin off #nav li”? Do you mean change the size or take it off? When you said “re-position the navbar using #nav ul”, what position would you suggest?
Thanks