I am adding a 3rd navigation bar to my wordpress site. I have the coding done so it appears but for some reason when i style it, the new nav bar will not fit right across the site. You can see it under the grey bar here: www.sugarnono.co.uk
The Css code I am using is:
.bluenav {
background: #0082AB;
background-position: center;
margin: auto;
width: 100%;
height: 75px;
}
I appreciate any help. I am still new to css.