Put background in Toogle Navigation in mobile version. The menu is not disfigured but without background!

Asked

Viewed 80 times

0

I have a template of which in the version mobile looks like the image below:

inserir a descrição da imagem aqui

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

  • 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.

  • Paste the css code

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.