Home Forums Basel support forum Menu in Top Bar and Widget Reply To: Menu in Top Bar and Widget

#93396

Hello,

Please add the code to the Theme Settings > Custom CSS > Global

@media (max-width: 991px) {
body .main-header .widgetarea-head {
		display: block;
}
	
body .main-header .right-column,
body .main-header .site-logo {	
	width: auto;
}
}

Best Regards