Closed (duplicate)
Project:
Omega
Version:
7.x-3.0-beta1
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2011 at 20:30 UTC
Updated:
12 Sep 2011 at 22:08 UTC
How do I make a complex grid layout with the Omega theme where regions can be embedded in regions? I included an image of how I want the page layout to be set. Right now I'm thinking that I will use the CSS property in the Views UI to manually set the grid-[columns] and alpha or omega properties of the Views block. Is there a better way of doing this so the code is in a logical place and not a hack?
| Comment | File | Size | Author |
|---|---|---|---|
| omega-complex-layout-css-set-views.jpg | 71.15 KB | Adam S | |
| omega-complex-layout.jpg | 60.56 KB | Adam S |
Comments
Comment #1
kevin-bcr commentedI am also interested in this; subscribe.
Comment #2
Adam S commentedAdding CSS to the View didn't work. The CSS needs to be added to the block. So using the block css module would do this or in my case wrapping the block content in a div using hook_block_preprocess() in a custom module.
For example:
Comment #3
Steven_NC commentedI am interested in a similar design layout. Is this the most simple way to have multiple blocks inline?
Comment #4
Argus commentedDuplicate to #1165998: Is this layout possible?