This is something that interests me too, till now, the only thing that
works is adding another span after the span column that has to be
centered as in:

<div class="container-fluid">
<div class="row-fluid">
<div class="span4 offset3">...content... </div>
<div class="span4> </div>

centering for a 12 column layout. Is there a better way?



On Feb 19, 12:00 am, Dominic Webb <[email protected]> wrote:
> I want to center a div within the responsive layout.
>
> Im using:
>
> <div class="container-fluid">
>
> <div class="row-fluid">
>
> <div class="span4 offset4">...content...
>
> However I'm not getting the offset effect, leaving everything on the left
> hand side of the page. Perhaps I am not using the correct set of classes to
> achieve the desired outcome?
>
> Thanks in advance.
> Dom

Reply via email to