Hi, it will be solved if you add some css in style.css
and in place of using “col-lg-2” and “col-lg-8” for the div (having logo and nav menu which have class navbar-header and topmenuwrap) use col-lg-12 and these css
.navbar-header{text-align:center;}
#topmenuwrap{text-align:center;}
#topmenuwrap ul.navbar-nav {text-align:center; display:inline-block;float:none;}
.navbar-nav > li{display:inline-block;margin-bottom:0px;float:none;}
a.logo { height: auto;width: 100%;}
I think using these your issue resloves.