Home › Forums › Basel support forum › Menu in Top Bar and Widget › Reply To: Menu in Top Bar and Widget
December 3, 2018 at 12:18 pm
#93396
Elise Noromit
Member
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