View Single Post
  #5  
Old 3rd November 2009, 05:18
mistermister mistermister is offline
Senior Member
 
Join Date: Feb 2009
P2P
Posts: 20
Default
Tony maybe I can help

open style.css and alter this

#menu ul { margin:0; list-style:none; padding: 35px 0 0 30px; }'


the padding 35x is causing your menu to be center and when you converted your language it created longer text.

secondly alter this line as well if the first line doesn't fix your issue

#menu a, #nav strong, #nav span { float:left; display:block; color:#151B8D; padding: 5px 15px; text-decoration:none; }
Reply With Quote