> For the complete documentation index, see [llms.txt](https://halosoft.gitbook.io/ella-7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://halosoft.gitbook.io/ella-7-documentation/footer-group/footer-blocks/footer-utilities.md).

# Footer Utilities

**Footer utilities block** is a compact block used inside the footer that provides common utility elements such as social icons, policy links, copyright text, and small secondary controls.&#x20;

It is designed to sit at the bottom of the page and typically includes a top divider, spacing controls, and responsive alignment options.

**How to add the Footer Utilities block?**

* From your Shopify admin, go to **Online Store ->** **Themes**.
* Find the theme that you want to edit, and then click **Customize**.
* In the **Footer Group -> Footer ->** **Add block ->** choose **Footer Utilities.**

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

### Footer Utilities - Settings Guide

This guide explains all available settings for the **Footer Utilities Block** in order from top to bottom as they appear in the **Theme Editor**.

#### Layout

| Setting                                | Type   | Description                                                                     | Default      | Visibility                                          |
| -------------------------------------- | ------ | ------------------------------------------------------------------------------- | ------------ | --------------------------------------------------- |
| Content Direction                      | select | Primary layout direction for utilities (column, row)                            | `column`     | -                                                   |
| Content Direction (Mobile)             | select | Mobile layout direction (column, row)                                           | `column`     | -                                                   |
| Horizontal Alignment                   | select | Horizontal alignment when direction is row (left, center, right, space-between) | `flex-start` | visible when Content Direction == 'row'             |
| Vertical Alignment                     | select | Vertical alignment when direction is row (stretch, top, center, bottom)         | `center`     | visible when Content Direction == 'row'             |
| Horizontal Alignment (Columns)         | select | Horizontal alignment when direction is column                                   | `flex-start` | visible when Content Direction != 'row'             |
| Vertical Alignment (Columns)           | select | Vertical alignment when direction is column                                     | `center`     | visible when Content Direction == 'column'          |
| Horizontal Alignment (Mobile)          | select | Mobile horizontal alignment when mobile direction is row                        | `flex-start` | visible when Content Direction (Mobile) == 'row'    |
| Vertical Alignment (Mobile)            | select | Mobile vertical alignment when mobile direction is row                          | `center`     | visible when Content Direction (Mobile) == 'row'    |
| Horizontal Alignment (Columns, Mobile) | select | Mobile horizontal alignment when mobile direction is column                     | `flex-start` | visible when Content Direction (Mobile) != 'row'    |
| Vertical Alignment (Columns, Mobile)   | select | Mobile vertical alignment when mobile direction is column                       | `center`     | visible when Content Direction (Mobile) == 'column' |

#### Appearance

| Setting           | Type  | Description                            | Default |
| ----------------- | ----- | -------------------------------------- | ------- |
| Divider Thickness | range | Thickness of the top divider in pixels | `1px`   |

#### Spacing

| Setting             | Type  | Description         | Default |
| ------------------- | ----- | ------------------- | ------- |
| Padding Block Start | range | Top padding (px)    | `20px`  |
| Padding Block End   | range | Bottom padding (px) | `20px`  |


---

# 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://halosoft.gitbook.io/ella-7-documentation/footer-group/footer-blocks/footer-utilities.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.
