# Fix the jumping header

Source:  [Divi Theme Examples](https://www.divithemeexamples.com/fix-divi-jumping-header-divi-theme-examples/) 

> You will need to use the inspect element tool. (See the tutorial above). 

```
@media screen and (min-width: 981px) {
#page-container {
    top: 82px !important;
    padding-top: 82px !important;
}
}
``` 

