Questions tagged as 'nav-bar'

2
answers

Navbar Vertical

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script><scriptsrc="https://cdnjs.cloudflare...
asked by 14.12.2018 / 18:28
1
answer

Center a NAV - With video background

I need to center a text, but with justify-content: center and align-items: center I'm not getting it. Not even if I put for example, top: 50% and left: 50% , the items are not exactly in the middle. Maybe I'm missin...
asked by 25.09.2018 / 16:09
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
0
answers

Change in IONIC 3 height of ion-header / ion-navbar on Android

I would like to know how to do in ionic 3 to leave the android header equal to iOS, that is, occupying all the upper space without appearing, that part of the division where the cell information appears (time, battery and etc). <ion-header&...
asked by 22.06.2018 / 00:14
2
answers

Modify navbar breakpoint

nav #btn-principais{ background-color: #27C8D0; border-radius: 1px !important; float: right; } #logo{ width: 240px; height: auto; float: left; } nav .icon-bar{ background-color: #000; } .navbar-collapse { padding-righ...
asked by 01.03.2018 / 13:52
1
answer

How to Block navbar functions only for logged in users?

I would like to know how to block part of this navbar , with the session, only for users logged into the page NavBar: <header class="masthead"> <nav class="navbar navbar-expand-md navbar-light bg-light rounded mb-3...
asked by 08.12.2017 / 23:12
0
answers

how to add a div with information above the navbar with background carousel

I have a difficulty that although it seems to be simple but I can not get where I want, I am creating a site where I have a div with the language module, in the middle and a button for reservations, I have a carousel that should be below that...
asked by 07.11.2017 / 17:00
2
answers

Resize NAVBAR when scrolling the page

I'm trying to make Navbar decrease when I scroll down the page, assigning the class .sticky to <nav> . But for some reason, the bar does not diminish, it only changes color. I've already tried assigning the class to another...
asked by 20.06.2017 / 21:39
2
answers

Menu does not disappear when clicking on responsive bootstrap site

I'm trying to make the mobile responsive menu on a bootstrap site disappear completely by clicking on its links. The site is one page and the links work through Anchors. The site has been modified in a theme theme by another person. I think the...
asked by 24.08.2015 / 00:01
2
answers

List items in a dropbox with navbar responsive bootstrap

I am formulating a responsive page with bootstrap, where I have 2 bars: NAVBAR where I have the company logo, and a simple dropbox with the person's name, and with the options change password and exit. MAINBAR where you have the navigat...
asked by 06.04.2015 / 15:45