> For the complete documentation index, see [llms.txt](https://docs.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeware.design/additional-features/custom-fields/categories/columns-per-row.md).

# Columns per row

With this group of category custom fields you define, per breakpoint, how many product columns per row are displayed in the listing of this category. This lets you override the global theme configuration specifically for individual categories.

<figure><img src="/files/hmMstsNkCNCInk1ueum8" alt=""><figcaption><p>Custom fields</p></figcaption></figure>

{% hint style="success" %}
**Tip**: General or global settings can be found in the theme configuration.
{% endhint %}

***

## Custom fields

You can find the "Columns per row" custom fields in the respective category:

> Tab "General" ⇒ Block "Custom fields" ⇒ Tab (Set) "Categories (ThemeWare® ... Pro)"

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

There is a separate selection field per breakpoint:

* **Columns per row – Phone (portrait) (<576px)** – default: 1
* **Columns per row – Phone (landscape) (≥576px)** – default: 2
* **Columns per row – Tablet (portrait) (≥768px)** – default: 2
* **Columns per row – Tablet (landscape) (≥992px)** – default: 3 (2 with sidebar)
* **Columns per row – Desktop (≥1200px)** – default: 4 (3 with sidebar)

Each field offers the "inherit from theme configuration" option as well as the available column counts.

**Type**: Selection

**Technical name**:\
`twt_{theme}_{edition}_custom_field__category__product_listing_columns_xs` (Phone portrait) `…_sm` (Phone landscape) · `…_md` (Tablet portrait) · `…_lg` (Tablet landscape) · `…_xl` (Desktop)

***

## Theme configuration

You can find the general (global) settings in the theme configuration:

> Tab "Listing pages" => Block "Layout (Layout type ...)" => Section "Columns per row" / "Columns per row (with Sidebar)"


---

# 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://docs.themeware.design/additional-features/custom-fields/categories/columns-per-row.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.
