I have a CodePen where I'm working on mock-mobile version of a casino site using Bootstrap. The visibility classes is are in play to make it appear only when on small or extra-small screens.
There's a logo in the navbar that I can't seem to get centered "correctly". I need the the logo to take into context the full width of the bar and not just the full width minus the area of the toggle.
Here my full page CodePen
And here is a casino website that is actually implementing what I speak of, I just can't see how they're doing it. I found a question on here that SEEMED to be close to what I wanted "Located Here". It suggested the wrapping of code with DIVs that correspond to this CSS (but it still didn't work):
.nav-center {
margin:0;
float:none;
}
.navbar-inner{
text-align:center;
}