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
Comment #1
rhache commentedHi 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
Comment #2
rjay commentedComment #3
rhache commentedWith the release of LayoutStudio 2.0, this is no longer an issue.
Thanks,
Rene