is it possible to float a susy container to the left – instead of having it centered.
If yes, how do I do that? A regular float:left messes up the grid.
Thanks.
is it possible to float a susy container to the left – instead of having it centered.
If yes, how do I do that? A regular float:left messes up the grid.
Thanks.
Yes. You don't need to float. The centering happens simply by setting
margin: auto
on both the right and left. Change either of those margins, and the container will move. In your case: just add any non-automargin-left
. The value you use will be the offset from the left edge.