Closed (fixed)
Project:
Aurora
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Mar 2013 at 18:41 UTC
Updated:
14 Apr 2013 at 22:32 UTC
The markup from the template is
#main
#content
#sidebar-first
#sidebar-second
How do you define the sass using Susy so that the second sidebar is at the very right within #main? The keyword omega doesn't work here as the divs with the order 1-2-3 should be displayed in the order 2-1-3 and I wonder how to achieve that with Susy
Comments
Comment #1
Snugug commentedYou're looking for the Push and Pull mixins.
Comment #2
jurgenhaasGreat. So I did
@include push(3);to push the #content to the right but how do I pull the first sidebar to the left in the grid system?Comment #3
jurgenhaasPlayed around with it and used a concept like in Zen theme and came up with this approach that seems to work:
Comment #4
Snugug commentedIf you are going to use the Zen style floating (called Isolation output method), I'd encourage you to use Singularity instead of Susy. As you've solved this, I'm going to close this issue.