html - Centering right .span9 content in Twitter Bootstrap? -


My bootstrap setup is very simple and is similar to this. I have a sidebar on the left and have a material on the right hand simple work I'm tring to complete focusing on the right side of the page.

Normally I have any div inside the inside div.span9 . I used .span4 .offset4 but it does not work:

    

Here you can see the full code and one. Thanks

update : Bootstrap supports fluid 2.1.0 After offset (or around it)


There is no offset in the fluid grid. Check it one:

And secondly, if you put some content in .pan4 , overflow, centering only applied to .pan4 Container You should also fix the content width (i.e. .control-group and .control ).

If you prefer the easy way, you use the grid stable (non-fluid) and .offsetx sections or margin-left: auto; Margin-right: auto; .

Comments