# Feed style

The Feed style setting controls how post cards are displayed across the site. This option changes the layout of the feed, allowing you to choose between a compact grid or a single-column list for a stronger visual impact.

The selected style is applied to the **homepage**, **archive pages**, and **related posts**, keeping a consistent layout throughout the site.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Feed style"** option under the **Homepage** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Available options

* **Classic** (*default*) – Displays posts in a two-column grid. This layout works well for regular blogs, articles, and content-focused sites.
* **Modern** – Displays post cards in a single column with larger images and titles. This layout is ideal for agencies, portfolios, and video-focused content.


---

# 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.ektothemes.com/guides/craft/customization/homepage/feed-style.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.
