# Debut theme

Debut Theme option styling code

Copy the code below and paste it in the **Settings >** **Custom CSS** section in Infinite Options to style your options for the Debut theme.

This will make options look neater on your product pages.

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

```css
/* Infinite Options by ShopPad */
#infiniteoptions-container {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#infiniteoptions-container > div {
  padding-bottom: 10px;
}

#infiniteoptions-container input[type="text"], 
#infiniteoptions-container input[type="number"], 
#infiniteoptions-container select, 
#infiniteoptions-container textarea {
  display: block;
  width: 100%;
}

#infiniteoptions-container input[type="checkbox"],
#infiniteoptions-container input[type="radio"] {
  margin-right: 5px;
  min-height: 0 !important;
}

#infiniteoptions-container fieldset {
  padding: 0;
  border: 0;
  margin: 0 !important;
}

@media only screen and (min-width: 990px) {
  #infiniteoptions-container {
    padding: 0 5px;
  }
}
```


---

# 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://shoppad.gitbook.io/infinite-options/styling-and-customizations/theme-specific-styling/debut-theme.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.
