# CSS Problem after update

**URL:** https://meta.discourse.org/t/css-problem-after-update/104409
**Category:** Support
**Created:** [December 16, 2018, 11:57am UTC](https://meta.discourse.org/t/css-problem-after-update/104409 "2018-12-16T11:57:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Pravi](https://avatars.discourse-cdn.com/v4/letter/p/76d3ee/32.png) [@Pravi](https://meta.discourse.org/u/Pravi)
#### Post date: [December 16, 2018, 11:57am UTC](https://meta.discourse.org/t/css-problem-after-update/104409/1 "2018-12-16T11:57:48Z")

</div>

Hello guys,  
I have some problem with CSS after the latest update. I just want to align the site header with the rest of the page. Adding **max-width: 1160px;** is enough ??

 ![imageedit_2_5584882099](https://global.discourse-cdn.com/meta/original/3X/1/0/10c248e8a0e29df9ad0cb7027b41bb516e53580e.gif)

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [December 17, 2018, 11:46am UTC](https://meta.discourse.org/t/css-problem-after-update/104409/2 "2018-12-17T11:46:45Z")

</div>

Yes, that would be the right way of doing it. We recently changed the `box-sizing` property for the `wrap` div to `border-box` which means that the padding is now included in the total width calculation.

I see that you went ahead and changed the `max-width` property and the issue is fixed on your site. So, I’m closing this topic now.

---

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [December 17, 2018, 11:46am UTC](https://meta.discourse.org/t/css-problem-after-update/104409/3 "2018-12-17T11:46:47Z")

</div>


