Feature Request: Site width settings for mobile

I see that there are no responsive parameters available for site width and site max width here in the sitewide settings:
Screenshot 2023-02-04 at 2.13.57 PM

Is this possible to add? Because that would be really helpful instead of having to use css for each breakpoint like to target the content and header:

@media (max-width: 1200px) {
    .x-container.width {
    width: 90%;
    }
    .x-bar-content.x-container.width {
    flex-basis: 90%;
    }
}

Hey @threeoten,

Your feedback has been noted. We will add this to our feature request.

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.