Make the Earth spin.
Concepts are always simple because they don’t involve any details. What you ask is not as complicated as my extreme example above although it does require detailed changes. Strange that the Theme creator couldn’t help you, since they made the Theme.
.page-id-1253 .enterprise-pro-landing .wrap, .page-id-1253 .wrap {
max-width: ???px
}
The above code should allow you to determine a desired width for that page only… but only for certain screen sizes. If it doesn’t you could make it a more stronger rule using:
.page-id-1253.enterprise-pro-landing .wrap, .page-id-1253.wrap {
max-width: ???px
}
Note that too large a width and the images will become blurry. Too small a screen size and the page not look right. I do suggest you try 90% instead of a ‘px’ size as that might be the better universal screen width. Then again, the above may not work at all and slightly different coding is required. I’m just guessing here based on what I saw in the page source.
I mention all this because many people think coding is easy when it is not.
Let’s make the Earth move in space while it is spinning.
I know, I got off on a tangent and all this may sound a little weird. Perhaps because that’s the way I’m feeling today. COVID will do that I guess. Have a good one. ??