Remove blank space from header below logo on Mobile View

Hi @echosadmn , Pls insert this code to your file css:

@media only screen and (max-width: 747px){
  .header__heading-logo-wrapper .header__heading-logo {
    scale: 1 !important;
  }
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: