> For the complete documentation index, see [llms.txt](https://uxsmart.gitbook.io/velare/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uxsmart.gitbook.io/velare/customize-your-pages/storytelling/featured-review-slider/group-block-content.md).

# Group Block - Content

**Content** is the wording half of a slide in the [Featured review slider](/velare/customize-your-pages/storytelling/featured-review-slider.md). It is the container the review text sits in, and it decides where that text lands inside the slide: pushed to the top or centred against the photo, aligned left or centred, tight against the edge or given room. Shoppers do not see the container itself, they see the effect of it, which is whether the quote feels anchored to the picture or floating loose beside it.

Add a [Quote](/velare/customize-your-pages/storytelling/featured-review-slider/group-block-content/block-quote.md) block inside it to supply the actual review, rating, and reviewer name.

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

### Where to find it <a href="#where-to-find-it" id="where-to-find-it"></a>

{% hint style="success" %}
**Steps:**

1. Go to **Online Store > Themes > Customize**.
2. In the left sidebar, click the **Featured review slider** section.
3. Click **Add block** and choose **Content**.
4. Inside it, add a **Quote** block and write the review.
   {% endhint %}

*Result:* the wording appears on one side of the slide, positioned according to the alignment settings below.

### Settings <a href="#settings" id="settings"></a>

| Setting                  | Description                                                                                                                                                                                              |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Color scheme**         | The background and text colors behind the review. Schemes are defined in **Theme settings > Colors**. Pick one that contrasts with the media block, or the two halves of the slide blur into each other. |
| **Vertical alignment**   | Where the review sits from top to bottom of the slide. **Top** lines it up with the top of the photo, **Middle** centres it against the photo, **Bottom** drops it to the base.                          |
| **Content alignment**    | Which edge the review lines up with. **Left** is easiest to read for a long quote, **Center** suits a short punchy one, **Right** works when the photo sits on the right.                                |
| **Padding inline/block** | The breathing room left around the review inside its half of the slide. **Inline** controls left and right, **Block** controls top and bottom. Increase it when the text runs to the edge.               |

### What changes on the storefront <a href="#what-changes" id="what-changes"></a>

* This block draws no text of its own. Everything shoppers read comes from the [Quote](/velare/customize-your-pages/storytelling/featured-review-slider/group-block-content/block-quote.md) block inside it.
* The alignment settings only become visible when the slide is taller than the wording, which is usually the case on desktop.
* An empty **Content** block leaves the slide with a picture and nothing to read, so always pair it with a quote.

### Related pages <a href="#related-pages" id="related-pages"></a>

* [Featured review slider](/velare/customize-your-pages/storytelling/featured-review-slider.md): the section this block belongs to
* [Block - Quote](/velare/customize-your-pages/storytelling/featured-review-slider/group-block-content/block-quote.md): the block that supplies the review text and rating
* [Group Block - Media](/velare/customize-your-pages/storytelling/featured-review-slider/group-block-media.md): the other half of the slide
* [Colors](/velare/set-up-your-store/colors.md): where the color schemes come from


---

# 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://uxsmart.gitbook.io/velare/customize-your-pages/storytelling/featured-review-slider/group-block-content.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.
