Home Forums Basel support forum Hide Icons and customize logo Reply To: Hide Icons and customize logo

#133782

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