# Hide Registration form sidebar

There are two parts of an affiliate sign-up form: the **sidebar** (the left side with a smaller width) is for your brand name and the program's sub-main heading; the **main bar** (the right side) which contains your brand logo, the program's main heading, details, and fields.&#x20;

To **hide the sidebar**, follow these steps:

1\. Go to **Settings** > **Registration form**

2\. Click the **Custom CSS** tab and add the following code:

.basicSidebar {\
display: none;\
}

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

3\. Click **Save Changes** to update the form.

Then the Affiliate registration form would look like this:

![](/files/tNpzeLfpaolLW0wCl8hJ)


---

# 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.uppromote.com/management/affiliate-registration-form/hide-sidebar-in-the-registration-form.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.
