0
I have a template of which in the version mobile
looks like the image below:
How can I make the menu stay on the logo? Below the code:
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse"
data-target=".navbar-collapse" style="z-index: 100000">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" style="z-index: 0">
<img src="img/logo.png" alt="Basica" class="img-responsive logoMarca">
</a>
</div>
Possible duplicate of CSS Disfigured mobile menu
– MoshMage
Hello moshMage. It is not duplicate. Note that his problem is different from mine. His menu is disfigured, in mine it is transparent. Different problems.
– user24136
Paste the css code
– Glauber Cezar