For the complete documentation index, see llms.txt. This page is also available as Markdown.

Change page width

Learn how to change the 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%;
    }
}

Last updated