Home › Forums › Basel support forum › Hide Icons and customize logo › Reply To: Hide Icons and customize logo
July 21, 2019 at 12:53 pm
#133782

Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 991px){
body .main-header .site-logo {
width: 100%;
height:auto;
max-height:100%;
}
body .main-header .wrapp-header {
min-height: auto;
}
}
Best Regards