Active
Project:
Omega
Version:
7.x-3.0-rc4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2011 at 08:19 UTC
Updated:
22 Nov 2011 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
tte commentedBasically, what I'd like to accomplish is the following layout (attached as screenshot).
Comment #2
JSCSJSCS commentedIf you put all the blocks you were going to place into the preface and postscript zones and put them into the content zone, and order them accordingly, you will accomplish what you want.
Comment #3
tte commentedThanks for the input.
I thought about this too - however, this makes the sidebar kind of inflexible. For example, if the sidebar column of your preface zone is longer than your other preface columns, the content zone below will be pushed away from the whole preface zone, leading to whitespace. So you would always have to take care that your sidebar columns are not longer the than maximum height of the zones they're in.
Or did I miss something here?
Comment #4
JSCSJSCS commentedI guess I could have been more clear. If you but ALL the blocks of content in the content region of the content zone and all your sidebar content in the sidebar second region of the content zone, you would not have any whitespace. Do not use the preface and postcript zones at all. Why bother using more zones than you need?
Remember that Zones cover the screen display from left to right and Regions fill that zone. Regions cannot push up or down into other zones without some CSS and/or javascript. So if you want some content to be side-by-side some other content, they all need to be in the same zone.
Comment #5
tte commentedYes, that would be another option. In this case, though, I'll have to set the width of the different blocks manually instead of relying on the region grid width (e.g., one block per preface region).
Really appreciate your input! Shows some different aspects when working with Omega (so far I'm loving it).
Comment #6
HitbySorry, just trying to get my head around this. If you put all the blocks you want in the content region then you'll have to specify widths (and floats) to make them align next to each other? Is there no way to make the content zone say, 9 columns with the sidebar second 3 columns next to it.
I'm basically trying to find the best way to achieve what you've posted in #1. I can obviously set the width of the three blocks and then add a margin, then remove the margin from the last block of the three so that they all sit correctly - if the user rearranges the blocks though the css will need to be changed :S
Comment #6.0
HitbyTypo fix, style changes ;-)