By jfha73 on
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,
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
There's a link right on the
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.
Got it working. Thanks
Got it working. Thanks
It's nice to post your
It's nice to post your solution so others that search and find this won't be left wondering.
It was kind of easy, all I
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?
Panels, flexible layout, getting a full-width column at bottom
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.
style="clear:both"
style="clear:both"
Where do I put the code
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