If the normal header is transparant, then the content goes behind the mobile header.
/* -- START Fix mobile header -- */
@media screen and (max-width:1023px){
.et_transparent_nav #page-container {
padding-top: 100px !important;
}
}
/* -- END Fix mobile header -- */Code language: CSS (css)