Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like the header of my site to look like this:

[_1_] [____2____] [_3_]

On smaller screens, i would like it to adapt like this:

[____2____]
[_1_] [_3_]

That can easily be achieved with ZenGrids, but i fail to come up with a solution for Susy.

How can i achieve that using Susy's at-breakpoint?

share|improve this question

1 Answer

up vote 1 down vote accepted

This should be possible with source order 2-1-3, and then using push/pull to move columns into place. You can also use the columns(), gutter(), and space() functions to manipulate margins by hand - which would allow you to recreate the Zen approach fairly easily.

share|improve this answer
Yay! I was totally missing the goodness of pull! Thank you Eric – lolmaus Dec 26 '12 at 21:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.