Hi!
I learned in another post how to change the background color of the header menu bar using this code:
.main_menu {
background: #336699;
bottom: 0;
left: -50%;
margin: 0;
padding: 9px 0;
position: absolute;
width: 200%;
}
.menu-main-menu-container {
display: block;
height: 100%;
margin: 0 auto;
width: 960px;
}
It works great in stretched layout, but when I tried to make the website boxed, the color continues across the body background, and I cant' figure out how to contain it. Can you please help me?
Thanks,
Heather














