Hi sweetdreams16,
Hope you’re well ??
Can you try applying this CSS code and see if that works for you?
@media all and (max-width: 1024px) and (min-width: 768px) {
.navbar-collapse.collapse {
display: none !important;
height: 0 !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-toggle {
display: block;
position: relative;
float: right;
padding: 9px 10px;
margin-top: 28px;
margin-right: 15px;
margin-bottom: 28px;
}
.navbar-header {
float: right;
}
}
If your theme doesn’t have custom CSS field, then you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.
Cheers,
Predrag