Hi,
Please use this custom css code also:-
@media only screen and (max-width: 479px) {
#top-bar .container .tb-right{
width:78px !important;
float:right !important;
padding:0px !important;
margin:0px !important;
}
#top-bar .container .tb-left{
width:210px !important;
float:left !important;
padding:0px !important;
margin:0px !important;
}
#top-bar nav .menu > li > a{
padding:0px 4px !important;
}
}
Thanks
Mohammad