Hello Dennis,
We're experiencing a high volume of questions these past two weeks so it's taken us time to get to everyone's question. We apologize for any inconvenience.
If you want the logo to be above the navigation then you'll need to add this to your custom.css or Quick CSS.
#top .nav {
height: 30px;
line-height: 30px;
padding-left: 13px;
position: relative;
right: 5px;
z-index: 100;
}
Now I'm including all the styling but the only thing that you need is position: relative;. The first four items and the last two items are default.
Also, Ismael responded to one of your other questions yesterday. I wanted to point that out in case you still need an answer.
- http://www.kriesi.at/support/topic/moving-logo-from-page-buttons
Hope this helps!
Regards,
Mya