> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/content/sections/footer.md).

# Footer

### Section overview

The theme footer section renders the global footer container for site-wide links and supporting content. It provides configurable spacing, color, border, alignment, visibility, and optional background media behavior.

#### Common use cases

* Building the primary footer layout for all storefront pages.
* Styling footer background and border treatments to match theme branding.
* Controlling footer alignment and spacing for desktop and mobile layouts.
* Enabling footer-specific background image or video presentation.

#### Usage tips

* Keep footer structure simple and prioritize the most important links.
* Use consistent spacing values across footer and sub-footer areas.
* Validate footer readability when using darker color schemes or media backgrounds.
* Test visibility settings across devices before publishing.

### Section settings

| Setting                          | Description                                           |
| -------------------------------- | ----------------------------------------------------- |
| Enable background image or video | Turns on background media rendering for the footer.   |
| Image background desktop         | Background image used on desktop.                     |
| Image background mobile          | Optional background image override for mobile.        |
| Video background                 | Optional background video source.                     |
| Show video on mobile             | Enables background video playback on mobile devices.  |
| Show entire image                | Displays full image rather than cropping to fill.     |
| Top spacing                      | Adds top padding to the footer container.             |
| Bottom spacing                   | Adds bottom padding to the footer container.          |
| Minimum height                   | Sets a minimum section height.                        |
| Gap size                         | Controls spacing between child layout elements.       |
| Color scheme                     | Sets footer background and text color treatment.      |
| Color border                     | Sets footer border color style.                       |
| Border position                  | Controls where borders appear.                        |
| Y alignment                      | Aligns footer items vertically.                       |
| X alignment                      | Aligns footer items horizontally.                     |
| Enable margin                    | Applies global horizontal margin settings.            |
| Visibility                       | Controls device visibility (all, mobile, or desktop). |

### Block settings

This section supports:

* `_g__flex-item` blocks for footer layout composition.


---

# 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://help.brickspacelab.com/slab/content/sections/footer.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.
