Hi have a problem with css my code is this:
#menu-wrapper {
position:absolute;
top:0;
height: 34px;
width: 100%;
background-color: #E95D22;
margin: auto;
}
Normally it looks like this which is what i want
http://picturepush.com/public/10127434
But when i resize the browser it looks like this but i want it to keep to the page width:
http://picturepush.com/public/10127504
Thanks