.et_header_style_fullscreen .et_slide_in_menu_container {
padding-top: 0px !important;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
top: 24px;
right: 0px;
}
/*This adjustment seems to shift the logo on mobile, so the following is needed */
@media all and (max-width: 980px) {
#logo {
margin-top: 16px; /* Adjust this according to your logo */
}
}