# Margin & Padding

## Padding

The Padding property allows you to specify individually or globally the space that separates the content of an element from its border on each side.

{% hint style="danger" %}
Padding is not to be confused with Margin. The first one adds space inside the element, the other one adds space outside it.&#x20;
{% endhint %}

* Select a block.
* Open the Block Inspector.
* Navigate to the Design tab.
* Open the margin and padding tab.
* Modify padding (linked or separately).
* Click dot(s) to reset.

## Margin

The Margin property allows you to specify individually or globally the space between the border of a block and the border of the adjacent element.

{% hint style="warning" %}
Margin is not to be confused with Padding. The first one adds space outside the element, the other one adds space inside it.
{% endhint %}

* Select a block.
* Open the Block Inspector.
* Navigate to the Design tab.
* Open the margin and padding tab.
* Modify margin(s) (linked or separately).
* Click dot(s) to reset.


---

# 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://docs.cwicly.com/design/margin-and-padding.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.
