• Resolved ArtGoddess

    (@artgoddess)


    Hello,

    I love the Site Layout default settings for the Twenty-One with Twentig:

    Screenshot-2021-06-07-at-19-58-16

    But I would like to know if it is possible to have only a single page, with a TEXT width of 1240px, and the rest of 610px.

    Many thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    To change the text width on a single page, open the Customizer > Additional CSS panel and paste the following code:

    .page-id-20 {
        --responsive--aligndefault-width: min(calc(100vw - var(--site--padding)*2),1240px);
    }

    Then in the code, replace the page id with your own.
    You can find the page id when you edit the page, its id shows up in the address bar. See screenshot

    Hope that helps,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Site Layout: Test width Full-width single page’ is closed to new replies.