Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have many elements where the CONTENT of a div should align with my 960 grid, but I'd like the CONTAINER that holds them to extend into the gutter on either side of the grid.

For example, please see following image. I'd like to specify the size of the div with the thing gray line as my grid with, but have that 5-10px of white extend outside. Is that possible?

enter image description here

share|improve this question
You may have already thought of this, but your grid container is essentially inside of another container. I'd suggest reflecting that in your markup and setting the padding on the outer container vs. trying to expand the grid dimensions. – cantera25 Oct 26 '12 at 2:23
Actually, the BLEED option does this fine. Make sure you remove the box model option for the container, if you applied it. – Steve Oct 26 '12 at 14:04

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.