Logo and Navigation Bar Not Adjusting
-
I have tried many of the things in the forums here but no matter what I do, the navbar does not ever go across the full screen. I was trying a couple different things. One, I’d like to make the logo to the right and navbar to the left and have each take up 50%. Then I’d also like to try putting the navbar below the logo and see what that looks like. I was unable to do either.
Right now I am using this code:
.site-logo > img { max-height: 120px; max-width: 600px; } .navbar-wrapper .brand {width: 100%; float: left} .navbar-wrapper .navbar {width: 100%; float: right}
The thing is, the line that is supposed to change the width of the “.brand” does nothing, no matter what I have it set to. Also, the navbar never goes all the way across the screen. The navbar always starts at like the 23% margin on the left no matter what I put these settings at. It’s like there is another setting somewhere controlling that margin.
- The topic ‘Logo and Navigation Bar Not Adjusting’ is closed to new replies.