Does anybody have documentation on how to setup a flexible layout using Panels 3, I need to setup a two column fluid panel.

Thanks in advance,

Comments

scoutbaker’s picture

There's a link right on the project page that can get you to here. You can investigate the information on that page (and linked to from that page) to see if it helps.

jfha73’s picture

Got it working. Thanks

scoutbaker’s picture

It's nice to post your solution so others that search and find this won't be left wondering.

jfha73’s picture

It was kind of easy, all I did was, when creating the new Panel, I click on show layout designer, clicked on canvas and started to put columns, then put rows in the columns and finally regions to the rows until it had the layout I wanted.

Did that help?

donwinchell’s picture

I have been able to build various layouts with the flexible layout option, but what I can not figure out how to do is to put a column at the bottom that spans the full width of the screen, that then has other rows and columns above it. see bad sketch below
_________ _______________
|_________| |______________|
|_________| |______________|
_________________________
|_________________________| <<<<<< How to get this "column" or region under the other two columns?

there are many examples of this type of layout in the fixed layouts but I don't know how to build a custom flexible layout that incorporates this.

CodePT’s picture

style="clear:both"

LTech’s picture

Where do I put the code style="clear:both" I tried in row settings, css class and it doesn't do anything.
Worked it out using the tutorial on http://shellmultimedia.com/articles/rough-introduction-building-page-pan...
Thanks