I'm having problems with header (logo) on my Wordpress site.
Basically I want the logo to be above the navigation menu and then the navigation menu to be centered.
I've tried all sorts of different methods including margins etc. This is the code I have at the moment.
/*--HEADER MENU--*/
.userMenu {
font-weight: bold;
height: 40px;
position: absolute;
right: 30%;
margin: -20px 0 0 0;
display: inline-block;
font-size: 12px;
list-style: none;
}
I played around a little bit. The next actions should fix your problems.
max-height
on#header
text-align: center;
on#topBar