Re: Change Menu Bar
There are several tabs – in unordered list #nav. Basically, this is what’s in default theme’s style.css
`#nav {
bottom: 0;
list-style: none outside none;
margin: 0;
max-width: 95%;
padding: 0;
position: absolute;
right: 15px;
}`
Change `right: 15px;` to `left: 15px;` You might even want to increase the height of your header area.