Questions tagged as 'nav-bar'

2
answers

Bootstrap Nav-bar multicolored

How can I make my nav-bar multicolored? For example, half of one color, half of another? I want to do something in that style but I do not want those gradients.     
asked by 14.02.2015 / 20:22
1
answer

How to create a sub submenu using bootstrap megamenu

Does anyone know how to create a submenu with megamenus? Thanks .navbar-default { color: #fff; background-color: #39b3d7; border-color: #269abc; } .navbar-default...
asked by 04.12.2015 / 22:39
1
answer

How to change the width of a native bootstrap navbar?

Good morning. I need to change the width of a native navbar. I simply picked up the boostrap.com site and pasted it into my template.blade.php but it is occupying the entire screen and needs to reduce its width. How? <nav class="navbar n...
asked by 06.01.2017 / 11:05
1
answer

Login on index screen

Talk, people, beauty? So I'm developing an ASP.NET MVC application and I have a login screen, however I include in the navbar login, where from the index the user could enter their email and password and click the enter button without having to...
asked by 07.10.2016 / 20:41
1
answer

Navbar Bootstrap Responsible is not working!

<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> <link href="./css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/...
asked by 25.09.2018 / 17:25
1
answer

Navbar with problems

I am doing a project, and when I reduce the screen, navbar changes to the mobile standard, making it responsive, then when I click on the 3 scales of the navbar menu, it downloads the content and displays normally, but when I click again, it doe...
asked by 21.10.2016 / 19:25
1
answer

Bootstrap 4 - NavBar Fixed with BackGround White

Speak, I'm having problems, because I can not leave my NavBar with a white background when it goes from 400px down. I want her transparent in the beginning and after 400px she will have a white background.Ps: I want to edit the navbar when I can...
asked by 28.08.2018 / 19:17
1
answer

BOOTSTRAP NAV Collapsed Colapse changing height alignment

Problem: I need a navbar with HEIGHT GREATER. I changed the css .navbar { min-height: 80px; vertical-align: middle; } .navbar-collapse .collapse .in { padding-top:80px; } Vertical alignment of links is not vertically cent...
asked by 08.09.2017 / 22:22
1
answer

Bootstrap navbar close

Hello, I'm using bootstrap version 4.0 beta-2, and I have a question, how do I close the navbar menu after clicking on an item in the list? By default it is necessary to click on the item and click again on the menu to close it. I found a solu...
asked by 12.11.2017 / 05:02
2
answers

Hide navbar when item is clicked

I'm developing a site whose menu is navbar with dropdown of bootstrap 4. When I view the site on a smaller screen, the nav is replaced by the button burger and is only "activated" when this button is clicked. However, I want it to be "disabled"...
asked by 17.08.2018 / 23:38