# Divider

## Content

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

### Divider

#### Style

It includes Hidden, Dotted, Dashed, Solid, Doubled, etc.

#### Width

It allows you to change the width of the divider in PX, or %

#### Height

It allows you to change the height of the divider in PX

#### Color

It allows you to change the height of the divider

#### Align

You can set the alignment of the divider (left, right, center)

## Advanced

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

### Container Styling

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

#### **Background color:**

Apply background color of Divider block.

#### **Border**

It allows you to specify the style, width, and color of an element's border

#### **Spacing**

* ***Inner Spacing (Padding):*** \
  Padding is inside the border (or edge) of your element. Increasing the padding will “push” your content into the middle of your box, away from your borders. If you remove the padding, your content will take up the entire box
* ***Outer Spacing (Margin):*** \
  Margin is on the outside of the border of your element. If you increase the margin, it will increase the space between this element and the ones next to it. If you remove your margin, there will be no extra space between your elements

#### Z-Index

* The z-index property specifies the stack order of an element
* An element with greater stack order is always in front of an element with a lower stack order

#### Custom ID attribute

The ID of a block, which is used in ***Custom CSS, Custom Javascript***

#### Custom Class attribute

The class of a block, which is used in ***Custom CSS, Custom Javascript***

### Responsive Design

The specific settings in this section will vary depending on device type designing

**Desktop mode**:

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

Hide on Desktop: Hide the Column block when recipient reads the email template on Desktop.

&#x20;

**Mobile mode**:

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

Hide on Mobile: Hide the Column block when recipient reads the email template on Mobile.

### Display Condition

You can set the condition to display the block

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

* ***Condition***: It includes ***None, Show when, Hidden when***
* ***Field***: It contains ***Business Object attributes***
* ***Index***: The number of the row in the ***Business Objects Data table***
* ***Operator***: It includes ***contains, does not contain, starts with, doesn't start with, ends with, doesn't end with***, etc.
* ***Value***: you can input the value or select an ***attribute from Business Object or Event***


---

# 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.antsomi.com/cdp-365-user-guide-en/marketing-hub/email-template/settings/blocks-and-settings/divider.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.
