# Web app in full width?

**URL:** https://community.glideapps.com/t/web-app-in-full-width/62865
**Category:** Ask for Help
**Created:** [June 17, 2023, 10:17am UTC](https://community.glideapps.com/t/web-app-in-full-width/62865 "2023-06-17T10:17:48Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [June 17, 2023, 10:35pm UTC](https://community.glideapps.com/t/web-app-in-full-width/62865/2 "2023-06-17T22:35:42Z")

</div>

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

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/3/23b09c2f64fdd1da04beb1ccd1219f234518481f.jpeg)

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

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

```

---

_[View the full topic](https://community.glideapps.com/t/web-app-in-full-width/62865)._
