# Milk: Rounded corner options

Enabling rounded corners will smooth the edges of the following elements:

* White content wrapper
* Categories
* Grid tiles
* Buttons, inputs and other form elements
* Post containers
* Rules box
* Code and quote boxes

### Rounded corners

| Value | Output                                                              |
| ----- | ------------------------------------------------------------------- |
| Yes   | <img src="/files/LK6Gur2D1NfYJSCglPN6" alt="" data-size="original"> |
| No    | <img src="/files/Xwv2omPQx46M1hH9zN94" alt="" data-size="original"> |

### Enabling rounded corners

1. Open the FlightDeck extension (control panel)
2. Find "Enable rounded corners"
3. Set as required
4. Submit

***

### Adjusting corner radius

The corner radii are defined in: `yourforum.com/Milk_v2/theme/rounded.css`

See: [How to edit code files](/getting-started/how-to-edit-code-files.md)


---

# 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.planetstyles.net/feature-guides/milk-theme/milk-rounded-corner-options.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.
