2
I’m having a hard time turning the list below into a responsive menu, something like Bootstrap’s responsivel navbar. I want to maintain the current style of the menu, but that it behaves like the responsivel navbar of Bootstrap, the one that collects the menu for a clickable button. Following list:
<nav>
<div class="container">
<div class="col-md-12">
<div class="row">
<div class="col-md-2 logo">
<h1><i class="fa fa-cogs"></i> Fábio Soluções</h1>
</div>
<div class="col-md-10">
<ul class="nav justify-content-end">
<li class="nav-item">
<a class="nav-link active" href="#">Inicio</a>
</li>
<li class="nav-item">
<a class="nav-link scrollPage" href="#experiencia">Experiência</a>
</li>
<li class="nav-item">
<a class="nav-link scrollPage" href="#projetos">Projetos</a>
</li>
<li class="nav-item">
<a class="nav-link scrollPage" href="#contato">Contato</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</nav>
I’m using: v4.0.0-beta.2 and jQuery 3.2.1
Current website: www.fabiojanio.com/site_test
File for download: www.fabiojanio.com/site_teste/src.zip
I tested but it didn’t work (the menu appeared already collected and no expansion functionality). See the original fonts on: www.fabiojanio.com/site_teste/src.zip
– Fábio Jânio
I’ll modify it for you, and I’ll send you the file.
– Lukas Monteiro
I’ve modified it, but I can’t get it to you, so there’s somewhere I could be sending you?
– Lukas Monteiro
If you can play mega, Dropbox or something I can catch it. Other contacts are in the domain fabiojanio.com
– Fábio Jânio
I talked to you on Facebook, it’s good that I help in something else... reply me there
– Lukas Monteiro