jcraft1
Hi
Add this code in custom css to hide the logo in mobile view sidebar
.t4-off-canvas-header .logo-img {display:none;}
For PC view use this code and set the height value as per needs
#t4-header .t4-logo-header .logo-image .logo-img {
max-width: 80px;
}