# Cart page

**The Main Cart** section renders the primary cart page with cart items, order summary and optional extra blocks (title, shipping message, countdown). This doc lists section-level options for width, color scheme and spacing.

<figure><img src="/files/72cB0J4dskFZmpBL9ocq" alt=""><figcaption></figcaption></figure>

### How to custom Cart Page?

1. From your Shopify admin, go to **Online Store** **->** **Themes**.
2. Find the theme that you want to edit, and then click **Customize**.
3. Choose **Cart** from the dropdown window.

<figure><img src="/files/7Ph4KAYjuzBX6BgJRowV" alt=""><figcaption></figcaption></figure>

### Cart page - Settings Guide

| Setting           | Type                        | Description                                                                                                     | Visibility                           |
| ----------------- | --------------------------- | --------------------------------------------------------------------------------------------------------------- | ------------------------------------ |
| Section Width     | select (Page, Full, Custom) | Choose layout width: Page (content constrained), Full (edge-to-edge), or Custom to provide a custom page width. | Visible always                       |
| Custom Page Width | range (px)                  | When Section Width is Custom, set the page content width in px. Default: 1570px.                                | Visible when Section Width is Custom |
| Color Scheme      | color\_scheme               | Select the section color scheme (theme presets).                                                                | Visible always                       |
| Padding Top       | range (px)                  | Top spacing for the section (px). Default: 0px.                                                                 | Visible always                       |
| Padding Bottom    | range (px)                  | Bottom spacing for the section (px). Default: 0px.                                                              | Visible always                       |


---

# 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://halosoft.gitbook.io/ella-7-documentation/cart/cart-page.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.
