# Header width not the same after update

**URL:** https://meta.discourse.org/t/header-width-not-the-same-after-update/168194
**Category:** Support
**Created:** [October 25, 2020, 8:07am UTC](https://meta.discourse.org/t/header-width-not-the-same-after-update/168194 "2020-10-25T08:07:51Z")
**Posts on this page:** 1
**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: [October 25, 2020, 8:07am UTC](https://meta.discourse.org/t/header-width-not-the-same-after-update/168194/1 "2020-10-25T08:07:51Z")

</div>

Previously, there was no space between the header wrap and the main container (See the below image)

 ![css](https://global.discourse-cdn.com/meta/original/3X/a/6/a6db436772c5c5c2bfdaf6cff8f3c5c6e9aa5b7e.png)

I tried the below custom CSS to solve this problem, but no effect.

```
.d-header .wrap {
    max-width: 1144px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
}

```

Firefox inspection gives me this,

![wrap](https://global.discourse-cdn.com/meta/original/3X/b/d/bd185614b62dcc61d34064bda98bc969b8d294d3.png)

How can I fix this??
