> For the complete documentation index, see [llms.txt](https://help.smallbuilder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/setup-line-item-editor/column-width.md).

# 열 너비 설정하기

열의 너비는 **픽셀(pixel) 단위**로 설정되며, 지정하지 않을 경우 기본 최소 너비는 150px로 자동 적용됩니다.

<figure><img src="/files/COR3bPNuCBFqsHpo7SLE" alt=""><figcaption></figcaption></figure>

#### 열 너비 예시

아래 이미지와 같이 대리점가, 총판가, 재고, 수량 등의 열은 데이터 및 입력란 크기에 비해 너비가 작거나 큽니다. 이러한 열의 너비를 고정하여 크기를 일정하게 맞추고자 합니다.

<figure><img src="/files/bWC1cRVQkvmFoRJIiWVI" alt=""><figcaption></figcaption></figure>

빌더에서 각 열의 너비를 150\~200px 사이로 설정합니다.

<figure><img src="/files/RIrWHaBJM1kO7tIXCObp" alt=""><figcaption></figcaption></figure>

이전보다 열 너비가 더 안정적으로 보이는 것을 확인할 수 있습니다.

<figure><img src="/files/b0sfiJqatzKooM1ohyjX" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-line-items/builder/builder-setup-steps/setup-line-item-editor/column-width.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
