WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
It looks just fine on my 1280x800 Macbook display.I can't figure out what's going on. Perhaps WebsiteBaker is the problem and I'd be better off developing a stand-alone website?
#menu{width: 50%; /* You can adjust this to set it to your needs*/height: 29px;/* removed margin: 0 auto; */padding: 0 10px 0 10px;left:50%; /* The box will start at center of screen*/ position:relative; width: 494px; /* from center it will go for example 600 px, play with this to adjust it to your menu, set the border as 1px to see exactly where your menu ends, then put that widthand remove border */ margin-left:-247px; /* this will move your menu left, value must be a half of width above - 300px and that will make it centered*/}
#menu{height: 29px;padding: 0 10px 0 10px;left:50%; /* The box will start at center of screen*/position:relative;width: 494px; margin-left:-247px; }