> ## Documentation Index
> Fetch the complete documentation index at: https://docs.builtwithpaper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tablet Overrides

> Learn how to make your app shine on tablet devices.

# Tablet Overrides (responsive design)

Tablet overrides are special properties that are only applied when a specific component is displayed on Tablets.

<video class="rounded-xl object-cover border w-full" autoplay loop muted playsinline controls>
  <source src="https://mintcdn.com/composablehorizons/DR8lYuHdSjfJ533z/assets/responsive.mp4?fit=max&auto=format&n=DR8lYuHdSjfJ533z&q=85&s=acb4ddd20cccc365a8ac95f96b23c4c3" type="video/mp4" data-path="assets/responsive.mp4" />

  Your browser does not support the video tag.
</video>

This is what enables your app to look great on both Phones and Tablets.

Here is an example of making a [Stack](/components/stack) be horizontal while on Tablets, while remain
vertical on Phones.

## 1. Select the element you want to customize on Tablets

You can do so either in the [Screen Canvas](/building#screen-canvas) or the [Layers Panel](/building#layers-panel)

<img src="https://mintcdn.com/composablehorizons/DR8lYuHdSjfJ533z/assets/responsive_1.png?fit=max&auto=format&n=DR8lYuHdSjfJ533z&q=85&s=6b0c94d7047754a03627293502834c94" alt="" width="2576" height="1449" data-path="assets/responsive_1.png" />

## 2. In the Properties Panel, scroll down to `Tablet Overrides` and click it

<img src="https://mintcdn.com/composablehorizons/DR8lYuHdSjfJ533z/assets/responsive_2.png?fit=max&auto=format&n=DR8lYuHdSjfJ533z&q=85&s=6acd1fded12b9c7c231d756c4b5772ef" alt="" width="1440" height="810" data-path="assets/responsive_2.png" />

## 3.Change the property you want to update on Tablets

<img src="https://mintcdn.com/composablehorizons/DR8lYuHdSjfJ533z/assets/responsive_3.png?fit=max&auto=format&n=DR8lYuHdSjfJ533z&q=85&s=9b40e7fca073c30dae5c366d4fd32db7" alt="" width="2048" height="1152" data-path="assets/responsive_3.png" />

For our example, we changed the **Orientation** property to be **Horizontal**

That's all. The override will only be applied on tablets.
