[Support request] container width

Home Forums Support [Support request] container width

Home Forums Support container width

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #500848
    Nikolaj

    is it possible to run the theme in % according to screensize? In the ‘appereance’ it’s only possible to scale the slide in pixels?

    #501301
    Tom
    Lead Developer
    Lead Developer

    Currently it’s only possible to use px in the Customizer.

    However, you can use CSS super easily:

    body .grid-container {
        max-width: 90%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.