> For the complete documentation index, see [llms.txt](https://help.pixfort.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pixfort.com/using-pixfort-builder/untitled.md).

# Change page width

To change page width you can insert this snippet code in the CSS editor inside the builder:

```
@media (min-width: 1200px) {
    .container{
        width: 1170px;
        max-width: 100%;
    }
}
```
