I am having two navbars on my website, one in header and other in Footer
Header part working fine, but what i want is that footer should be similar to navbar, but, w
Fix Skelly solution.
Add one more CSS:
@media screen and (max-width: 768px) { footer .navbar-collapse { position: absolute; bottom: 70px; width: 100%; background-color: #303030; } }
http://www.bootply.com/4b6cSUMTzg