> For the complete documentation index, see [llms.txt](https://docs.feathery.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feathery.io/platform/build-forms/design/responsive-layouts.md).

# Responsive Layouts

Feathery forms will automatically adjust your layout as much as possible to fit a mobile viewport. You can also easily create a custom mobile design by toggling to the mobile viewport in the designer.

<figure><img src="/files/2xDaXCbwEegcFTB3iTwY" alt="" width="187"><figcaption></figcaption></figure>

Note that in the mobile view, any styles you set on your form will be **mobile-only**.&#x20;

{% hint style="info" %}
In the mobile view, any styles you set will be **mobile-only**. To clear out mobile-only styling, click on the blue highlighted label of the mobile-only style and click **Reset to Desktop**.
{% endhint %}

Your mobile layout and desktop layout will stay linked unless you adjust the dimension of a container. You can easily re-link your layouts in the mobile step panel.

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

**Rotate Axis**

You can quickly create mobile optimized layouts by rotating a container's axis. That action to `Rotate into rows` or `Rotate into Columns` can be found in the right click overflow menu and in the properties panel of the container.

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

**Element & Container Styles**

Set custom mobile styles for width, height, padding, font size, and more.&#x20;

{% hint style="info" %}
Toggle basic elements **visibility** to hide or swap out designs on mobile.
{% endhint %}

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

### Demo

{% embed url="<https://www.loom.com/share/9b4b4d4f9d42461a827f2a38b4f0b991>" %}


---

# 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.feathery.io/platform/build-forms/design/responsive-layouts.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.
