> 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/paper/sections/content-and-media/logo-list.md).

# Logo list

### Section overview

The Logo List section displays a grid of logos or icons, perfect for showcasing brand partnerships, press mentions, or featured clients.

#### Common use cases

* Displaying brand partners or sponsor logos
* Showcasing press mentions or media features
* Highlighting client logos or testimonials
* Presenting industry certifications or awards

#### Usage tips

* Use monochrome logo colors to avoid visual distraction
* Maintain consistent logo sizes for a professional appearance
* Consider using the padding option to give logos adequate breathing room
* For mobile optimization, reduce the number of columns to ensure logos remain visible and legible

### Section settings

| Setting              | Description                                                                   |
| -------------------- | ----------------------------------------------------------------------------- |
| Heading              | Main heading text for the section                                             |
| Content              | Rich text content displayed below the heading                                 |
| Button label         | Text to display on the button                                                 |
| Button URL           | URL the button links to when clicked                                          |
| Spacing top          | Amount of space above the section (0-300px)                                   |
| Spacing bottom       | Amount of space below the section (0-300px)                                   |
| Color scheme         | Background and text color combination for the section                         |
| Border color         | Color of section borders                                                      |
| Button color         | Color scheme for the section's button                                         |
| Border position      | Position of border decoration on the section                                  |
| Desktop columns      | Number of columns to display on desktop devices (1-6)                         |
| Mobile columns       | Number of columns to display on mobile devices (1-4)                          |
| Horizontal alignment | Alignment of section content (left, center, right)                            |
| Visibility           | Controls whether section appears on all devices, mobile only, or desktop only |

### Block settings

#### Logo

A block representing a single logo or image in the grid.

* Block limit: 10

| Setting        | Description                                                  |
| -------------- | ------------------------------------------------------------ |
| Logo           | The image to display as a logo                               |
| Logo height    | Height of the logo image in pixels (10-100px)                |
| Enable padding | Toggle to add padding around the logo                        |
| Color scheme   | Background and text color combination for this specific logo |
| Border color   | Color of border around this logo block                       |
| Row span       | Number of rows this logo will span in the grid (1-6)         |
| Column span    | Number of columns this logo will span in the grid (1-6)      |


---

# 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/paper/sections/content-and-media/logo-list.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.
