To type in Container Width

Home Forums Support To type in Container Width

Home Forums Support To type in Container Width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #133213
    John Moelholt

    Hi

    It could be nice to be able to type in the “Container Width”. I would like to be able to type in percentage (ex 90%) og larger values (ex 2000px).

    /John

    #133219
    Tom
    Lead Developer
    Lead Developer

    Hi John,

    You can use some simple CSS for this:

    body .grid-container {
          max-width: 90%;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Let me know if you need more info 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.