I see. There’s margin on the logo. Can you update the code from yesterday to this?:
nav#mobile-header .gb-container.social-icons {
order: -1;
margin-right: auto;
}
nav#mobile-header .site-logo.mobile-header-logo {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
margin:0;
}
nav#mobile-header .site-logo.mobile-header-logo img {
width: 100px;
height: auto !important;
}
nav#mobile-header > .inside-navigation {
position: relative;
padding-top: 30px;
padding-bottom: 30px;
}
nav#mobile-header span.menu-bar-item.search-item a {
padding: 0;
}