# Set Column Width

You can fix the width of a column. The unit of measurement is pixels (px).

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

### Example of Column Width Adjustment

As shown in the image below, the widths of the **Sales Price** and **Quantity** columns are uneven, making the table visually unbalanced. To improve the appearance, you can adjust the column widths to ensure uniformity.

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

In the builder, set all columns to a **width** of **180px**, except for the Lookup Column(PricebookEntryId).

<figure><img src="/files/2O4mqpsSnAnExhdRq6S2" alt=""><figcaption></figcaption></figure>

#### <mark style="color:orange;">Result</mark>

You will notice that the column widths now appear more stable and uniform compared to before.

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


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
