Fix the jumping header
Source: 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;
}
}
divicode.hashnode.dev