Main region minimum and maximum width

You can set a minimum and maximum width for Main regions that contain expanding columns. When an expanding Main region has a minimum width assigned, it cannot be made smaller than this minimum when the container shrinks. When an expanding Main region has a maximum width assigned, it expands to fill its container until it has reached this width and cannot be made larger.

Expanding limits are specified for the Main region in the Regions section of the Layout Editor.

Note: If the maximum width is set to a value that is smaller than the static width of the layout or smaller than the minimum width, the width of the Main region at runtime will be the static width of the layout or the minimum width, respectively, and it will not expand.

Example

On the Customer Portal Place Order page, the right panel uses the PlaceOrderSteps320 layout. This layout uses a maximum width of 699 pixels.