In the Application Builder, styling is handled in two distinct areas depending on what you want to change. You can control the container (width, borders, padding) via the Style tab, or override specific theme settings (colors, fonts) via the General tab.
This guide covers how to customize the layout, spacing, and visual appearance of individual elements.
The Application Builder offers a wide range of customization options to personalize the look and feel of a page. You can control everything, from color schemes, to typography, and spacing.

To access layout controls, select an element and click the Style tab in the properties panel. These settings affect the “container” or the box that holds your element.
Control how much horizontal space the element occupies on the page.
| Option | Description |
|---|---|
| Full Width | Stretches the element to fill 100% of the available container space. |
| Normal | The standard width, optimized for readability. |
| Medium | A contained width, slightly narrower than normal. |
| Small | The narrowest option, useful for centering small interactions. |

Padding creates a buffer zone between the element’s content and its border. Increasing padding adds “breathing room” inside the element.
You can add borders to create visual separation between elements.
Setting a background color fills the entire container of the element. This is often used combined with Padding to create “Cards” or highlighted sections.

While the Style tab controls the box, the General tab allows you to override specific design tokens (like font size or button color) that are usually inherited from your Global Theme.
How to override a theme:

If the built-in style options are not enough, you can apply custom CSS.
my-custom-button).If you have applied a Theme Override (in the General tab), simply deselect the custom option to revert to the Global Theme default.
Yes. If you set a background color, it will fill the area included in the padding. If you want space outside the background color, you would typically need a margin (which is handled by the element’s placement in the layout).
It depends. If you have kept an element set to “Default,” it will update to match the new Global Theme. If you have manually customized an element (e.g., manually set a button to Red), it will ignore the Global Theme update and stay Red.
Yes. In the style editor for the element, clear your specific selections (or select “Default” where applicable). The element will revert to using the Global Theme settings.
No. Complex elements like Tables or Forms may have different styling options compared to simple elements like Text or Buttons.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.