I have the following template using bootstrap :
I'm using a 1200px container for the blue/gray container and the image is 1600px.
I would like to fill the left side of the blue container (400px) with blue and the right side of the gray container (800px) with gray, but the fillers can't go over 1600px. Basically it has to match with the picture above the 2 containers.
Here is what I would like to achieve:
the content has to stay within 1200px, but the background colors must be filled to 1600px.
If I resize the template to 1200ish pixels, it should look like the following picture.
Do you guys have an idea how I could achieve that? Every solution I tried resolve around ditching the bootstrap container and the content get out of line when i resize, which is something I would like to avoid.
Thank you!
EDIT: Here is a bootply example if needed: http://www.bootply.com/APwOkhCfQD