I have added the below code into my website and for some reason the menu size will not go smaller on this media screen no matter what.
Hi i’m trying to do when you resize the window to make the menu not stack. Just want it to go smaller and centre.
Please help I even pasted the code into the styling media screen css and that didn’t work either.
@media screen and (max-width: 991px) {
.menu-wrapper .menu > li > a, .mobile-menu-wrapper .menu > li > a, .mobile-menu-wrapper .links li a, .secondary-menu-wrapper .menu > li > a, .secondary-title {
font-size: 15px!important;
line-height: 15px !important;
}
.navbar-header {
margin-right: 46px !important;
}
}