Hi guys, In my top main navigation menu I only have 7 tabs and they are all on the left side. Would it be possible to center them? I have tried the code provided on the other threads with no success. The site is: www.patrickstaeuble1.com Additionaly it appears that my site works on firefox but not on chrome, do you know why this is? The problem is that the top menu tabs are not in a straight line when viewing the page on chrome. Thanks for your help! Patrick
Paste the following code in your custom css Appearance -> Theme Options -> Styling Options -> Custom CSS Code: #menu li a { float: none; } #menu .ddsmoothmenu li { float: none; } #menu .ddsmoothmenu { float: none; text-align: center; } This will solve your issue. I have checked your website on chrome web browser, the top menu looks correctly .