Buy me a coffee
<style>
  @media screen and (max-width:991px) {
/* show desktop header */
.header-display-desktop {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
}
.header-display-mobile {
    display: none;
}
/* remove burger */
.header-burger {
    display: none;
}
/* site title */
    a#site-title {
    font-size: 12px;
}
.header-title-text {
    display: inline-block;
}

/* show menu */
.header-nav {
    display: flex !important;
    padding-left: 0 !important;
}
    .header-title-nav-wrapper {
    margin: 0 !important;
}

.header-title-nav-wrapper * {
    text-align: center !important;
    justify-content: center !important;
}
}


</style>