Thread Starter
phifer
(@phifer)
Thank you again very much for your help, Johnna!
Thread Starter
phifer
(@phifer)
Thanks for your reply, Johnna!
I changed the min width to 10
‘
@media (min-width: 10px) {
.navbar-toggle {
display: none;
}
.collapse {
display: none;
visibility: hidden;
}
‘
from there it went on to describe alignment and padding, so I snuck in the .collapse bit right after.
I didn’t delete anything else (just in case I can convince my client that the display is clearner with the built-in nav)… and alas, nothing happened when the file updated. Should I have deleted the other bits about mobile nav behaviour when the min-width applies? I thought the 10px and “display none” would have done the trick.
PS) I’ve also found this info for adjusting the Bootstrap settings; just can’t seem to find where to put the code in the CSS
http://getbootstrap.com/css/#grid