Hello, how can I do, that the menu-points (under logo) have the same width. The count of my links in that menu should not change. Makes this sense? Greets Guido
guido - check "default.css". Find /* MENU TOP BELOW LOGO */ add "width" with the value you want to third row below like this: #menu2 a{display:block;float:left;height:41px;padding:0 14px;border-right:1px solid #c9c6b3;background:url('img/nav.gif');color:#553;font-weight:bold;line-height:41px;text-decoration:none; width:75px;}