It seems like if you just added shadow to the inner-wrapper it should work. Did it work for you? Did you want your 40px padding to be on the inner-wrapper or the container (outside wrapper)?
Sent from my iPhone On Nov 7, 2012, at 2:10 AM, elisa <[email protected]> wrote: > Hi Matt, > it perfectly works with adding the padding to the wrapper! > > I just can´t solve the border thing: In my layout you see theres an inner > border, i additionally have a shaddow around the wrapper. I think it´s not > possible without an inner wrapper, is it? > > Thanks again Matt! > > Elisa > > > > Am Dienstag, 6. November 2012 23:21:49 UTC+1 schrieb Matt C.: >> >> >> If you add the border box property to the very beginning of your CSS file >> you use to customize (make sure you include everything even the * ) you can >> then add a border to any element in the bootstrap HTML and it will not throw >> you layout off. Without using the property, of you even add 1px border to >> any span, it will throw off the whole row and cause it to break into two >> rows, effectively throwing off your whole layout. >> >> Anyhow, feel free to let me know if you have any other problems. I >> completely understand what it's like to figure out bootstrap. It's amazing >> once you have it figured out though :) >> >> Sent from my iPhone >>>>
