this is my nav:
<nav class="navbar navbar-inverse navbar-fixed-top navbar-toggleable-md">
<div class="container" style="background-color:#ff6a00;padding:22px;position:relative;">
...
Type: Posts; User: SteinTheRuler
this is my nav:
<nav class="navbar navbar-inverse navbar-fixed-top navbar-toggleable-md">
<div class="container" style="background-color:#ff6a00;padding:22px;position:relative;">
...
Hi! I just upgraded to version 4 alpha 6 and now the hamburger wont display and the resizing is a bit strange. I've kept the code very basic and used examples in the documentation.
Nav:
...
Here's the latest code. Butt its still not doing what I want
@media (max-width: 768px) {
.navbar {
min-height: 20px;
}
.main_content_wrapper > .navbar,...
Hi!
I want to alter the navbar height property on devies with small screens, so I created a @media rule but nothing changes on resize.
This is what I have so far:
@media (min-width:...