Hi,
Have you thought about a padding on the .container class ? a padding left
and right of the size of the gutter width ?
You may even accomplish that with a bit of less code :
.container { padding-left: @gridGutterWidth;padding-right: @gridGutterWidth; }
But it really becomes a nightmare with responsive layouts ! And this is the
simplest solution I can think of.
I would suggest that you do without the external gutters, or just set a
padding on the outermost element (of which you want the inner elements to
be separated from).
On Wednesday, June 27, 2012 12:56:39 AM UTC+2, bongoman wrote:
>
> Sure:
>
> http://richardsandilands.com/bootstrap/
>
> So the container div has a background color, but the left most column is
> hard up against it. I'm wanting to introduce a gutter between the left edge
> of the first box and the container div AND on the right of the last box.
>