Oops...

@site_width: 960px;
@secondary_width: 300px;
@tertiary_width: 150px;

#page,
#container {
width: @site_width;
}

#wrapper {
float: left;
width: 100%;
}

#primary {
margin-left: @secondary_width;
margin-right: @tertiary_width;
}

#secondary {
float: left;
width: @tertiary_width;
margin-left: 0 - @tertiary_width;
}

#tertiary {
float: left;
width: @secondary_width;
margin-left: 0 - @site_width;
}

Comments

rhache’s picture

Hi ptoly,

I'm not sure what the issue is. Layout #2 is supposed to be reversed from Layout #1.

Layout #1 should have the secondary on the left and tertiary on the right, and layout #2 should be reversed. It's working for me in testing. Is that not the case for you?

Thanks,
Rene

rjay’s picture

Status: Active » Postponed (maintainer needs more info)
rhache’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

With the release of LayoutStudio 2.0, this is no longer an issue.

Thanks,
Rene