In my nav bar template I tried to create a containing div with a class of .body_wrapper
.body_wrapper {
background-color: #FFFFFF;
border-radius: 0 0 0 0;
margin: 0 auto;
width: 920px;
}
all I need is a background color of white for all the content between the header and footer. I tried creating a container since I couldnt find anything wrapping everything to target with some css in my additiona.css file
|