Web app in full width?

You might be able to do it with CSS on a Business/Enterprise plan.

I still think there needs to be some left and right padding here, but it’s basically what you want.

#main-root div[class*="justify-center"] {
--container-x-pad: 10px;
max-width: 95vw;
}
6 Likes