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
