I am attempting to make the center block (which has a grey background) expand to the edges of the browser. By utilizing the code below, I have been successful in achieving this:
#aboutBlock {
background: #f2f2f1;
position:absolute;
left:0;
width: 100%;
}
However, the issue I am now facing is that the following div is appearing below this one, rather than directly after it.