Answer the question
In order to leave comments, you need to log in
Bootstrap mobile menu full screen?
There is a standard bootstrap menu https://codepen.io/Xpycm2000/pen/LjyYrg .
How to do what would be in the mob. version, did it expand to the full height of the page?
Answer the question
In order to leave comments, you need to log in
You have everything wrapped in a .container that has 15px padding, remove them:
.container {
padding-right: 0;
padding-left: 0;
margin-right: auto;
margin-left: auto;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question