Site logo

Archived topic

container width

1 reply · Started by Nikolaj on February 19, 2018

Viewing posts 1–2 of 2

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

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

However, you can use CSS super easily:

body .grid-container {
    max-width: 90%;
}
This archived topic is closed to new replies.