Posted by bossy22 on November 14, 2012 at 4:17pm
Hi,
I am currently developing my new Site. I did some work with drupal before.
I am using the framework theme. Does anyone have an idea how to realize a layout as in the attached jpg.
I seem to be stuck.
thanx a lot in advance..
Comments
quickest - try using delta
quickest - try using delta blocks (http://drupal.org/project/delta) and set up your blocks so you don't have any in the header/footer, put branding in left sidebar and other stuff in content area. do note that since the theme is source-ordered if you view page unstyled you'll get the logo at the bottom but visually it'll do what you want.
themey option-You'll want to change the page.tpl.php file so you have 2 container objects inside a wrapper container (think holy grail layout). adjust CSS to float columns or inline-block display, place rendering appropriately
or use a panels-everywhere compatible theme and set it up that way (probably overkill :)
I'm unique, just like everybody else.
If I helped, please pay it forward, backward or sidelong.
thanxx..
a lot for the reply.. I'll try what you suggested..
bossy