# wide_form

### Description

@short: Sets both the section and its label on the same line

@signature: wide_form: boolean

### Example

~~~jsx
gantt.config.wide_form = true;
~~~

### Details

![wide_form](/img/wide_form.png)

![normal_form](/img/normal_form.png)


:::note
sample: [Lightbox in the wide form ](https://snippet.dhtmlx.com/hf45hvr3)
:::

### Related API
- [lightbox](api/config/lightbox.md)
- [resizeLightbox](api/method/resizelightbox.md)

### Related Guides
- [Working with Lightbox Elements](guides/lightbox-manipulations.md#setting-the-default-value-for-a-lightboxs-control)

