The Size style modifier allows you to control the dimensions and alignment of components. These controls allow you to precisely define how components occupy space on your page. Let's explore each aspect of the Size modifier in detail.

Width and Height Options

The Width and Height settings define how much space a component occupies on the page. You can choose from three options:

width_fill.gifwidth_wrap.gifwidth_fixed.gif

Minimum and Maximum Dimensions

The Min Width/Height and Max Width/Height settings allow you to set size constraints for components:

min_height.gifmax_width.gif

Alignment Options

The alignment controls let you position components relative to their parent component. This means that instead of affecting the overall layout of the page, these controls adjust how a component is positioned inside the element that contains it. For example, you can align a button to the top, center, or bottom of its parent box

alignment.gif