> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/form-management/publish-deploy/website-intercepts/intercepts/intercept-layout.md).

# Intercept Layout

With intercept layout properties, you can fully control the appearance and on-screen positioning of each intercept. This allows you to seamlessly integrate intercepts into your website’s design and optimize the user experience.

* **`Style`**&#x6F;verrides the default style that is assigned to the survey, this allows you to set a custom style for each intercept and match the branding based on the visitors.
* **`Content size`**&#x73;ize of the intercept that is displayed to the visitor. The size will automatically shrink down and adapt if the visitors is using a mobile device.&#x20;
* **`Corners`**&#x74;ype of corners of the intercept.
* **`Shadows`** level of shadows of the intercept.
* **`Position`**&#x70;osition of the intercept on screen. If you want to fully center the intercept you can double click on the center icon.
* **`Button position`** if you have   &#x20;
* **`CSS code`**&#x65;nter any custom CSS that will be applied to your intercept you can use following CSS classes to customize your intercept.

```css
.ngs-survey__intercept
.ngs-survey__intercept-header {}
.ngs-survey__intercept-button {}
.ngs-survey__intercept-close {}
.ngs-survey__intercept-content {}
.ngs-survey__intercept-content-body {}
.ngs-survey__intercept-content-footer {}  
```

&#x20;&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/form-management/publish-deploy/website-intercepts/intercepts/intercept-layout.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
