This is best described with an image, please see attachment

Comments

realityloop’s picture

StatusFileSize
new31.46 KB

The attached image is what I imagine would be ideal for panel layouts not including a full width panel

catch’s picture

Title: Possible to have columned panes take up entire area to the subsequent full page width pane? » Equal height panes.
Priority: Normal » Minor

You can do this with css in your theme. No need for it to be in panels by default. I guess since there are some panels styles already, one which provides equal height panes out of the box might be viable, but switching this to minor.

SiteMaster.ServeLime.com’s picture

I used the http://www.alistapart.com solution with width:100% (floating).

/*---- Equal-Height Solution - NOT WORK with Panel Rounded Corners ----*/
div#panel_home div.center-wrapper {
float:left;
width:100%; }
div#panel_home .panel-col-first {
border:1px solid #D9D7AC; /* #D9D7AC LightBrown */
float:left;
margin-bottom:4px;
margin-left:-14px;
padding:4px;
display:inline; /* for IE*/
width:50%; }
div#panel_home .panel-col-last {
border:1px solid #D9D7AC; /* #D9D7AC LightBrown */
float:right;
margin-left:-1px;
margin-right:-10px;
padding:4px;
display:inline; /* for IE*/
width:50%; }

It does however not work with the Panels Region set to Rounded Corners.

esmerel’s picture

Status: Active » Closed (won't fix)

Significant changes were made to the Panels 3 line, no features will be added to Panels 2.