Tagged Questions
0
votes
0answers
11 views
Bootstrap echo active for navbar <li> including dropdown children
This is for a basic bootstrap navbar with a dropdown, which is being used in a header.php (so each page cannot have it's own navbar with list-items with an active tag)
I've been using this to echo an ...
0
votes
0answers
19 views
Bootstrap navbar disappears when resizing screen
My navbar is supposed to collapse to a select-list when the screen is resized below threshold. It works for my home page, but not for the others, i.e. on other pages besides home page, when the screen ...
0
votes
1answer
24 views
Bug with Bootstrap's Navbar in Google Chrome
I use the standard code from bootstrap on my website. If I load the page on Chrome (edit : version 27.0.1453.56, on Windows), it shows like this, with the last 2 items that drop on another line : ...
0
votes
1answer
41 views
Bootstrap navbar active class drupal
I`m rebuilding my old website into drupal 7.
I decided to use the drupal bootstrap theme, because my older website also uses bootstrap.
Bootstrap theme
By default the drupal navbar is included in ...
1
vote
0answers
67 views
twitter Bootstrap nav-bar not working
I am using twitter Bootstrap nav bar.
I am trying to make the nav bar behave properly for the mobile devices(i.e when the screen size is small).
nav-collapse works fine in this jsfiddle. But for ...
0
votes
1answer
39 views
Website design and coding for mobile devices
I am trying to develope a website for mobile devices.
I am testing on iphone and ipad at the moment but I have an issue with the ipad.
I have the following code:
<body>
<div ...
1
vote
1answer
29 views
How to change Grey (Buttons-links) on navbar (menu) bootstrap?
i m playing around with bootstrap for the couple past days and it seems that i can't figure out how to change the main color of the links(buttons of the navbar). I am currently using Version 2.3.1 .
...
0
votes
1answer
28 views
How can I place an image on a Bootstrap navbar until it reaches the max height, then go under the navbar?
Basically, I saw this fiddle in an answer to a similar question. In that example, I want the image to only have a 40px height but still be at full resolution, and the rest just goes "under" the ...
0
votes
1answer
155 views
Twitter Bootstrap: navbar button not showing or toggling collapse
I'm adapting Twitter's Bootstrap to my Ruby on Rails tutorial project (By Michael Hartl) and the upper navigation isn't collapsing.
I'm currently getting this:
My end goal is this:
I've copied ...
0
votes
0answers
64 views
Bootstrap navbar and php include function
I'm working with bootstrap navbar and everything is fine, but when I call include function on php to call the navbar I see a gap between top of the page and navbar. What happend?
This is the ...
1
vote
2answers
78 views
bootstrap static nav container
I have modified my bootstrap skeleton top nav to this: http://jsfiddle.net/55dTU/
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
...
-1
votes
2answers
62 views
Make a concave navbar with twitter bootstrap
I'm trying to make my footer navbar slightly concave instead of horizontal. Anyone know of a good way to do this?
UPDATE
Sorry, I wasn't to descriptive before. I'm trying to do something like the ...
0
votes
0answers
116 views
Bootstrap navbar align right but need responsive to align left
I used pull-right to align the top navbar to the right but when I resize the window and see the responsive menu, the list items are also aligned right, looks bunched up. How can I align the regular ...
0
votes
2answers
335 views
How do I implement the bootstrap navbar active class with Angular JS
If I have a navbar in bootstrap with the items
Home | About | Contact
How do I set the active class for each menu item when they are active? That is, how can I set class="active" when the angular ...
1
vote
2answers
55 views
Two Responsive Nav bar in Bootsrap Page Conflicts
Using Bootstrap Responsive Framework I have to use two Nav bars in my page. they work fine but in a toggle mode clicking on icon lists both "nav-collapce" items!
I tried to rename the collapse class ...
0
votes
1answer
83 views
Bootstrap Responsive Navbar goes weird formatting at lower view ratios
Site: collecthw.com
When the NavBar is full screen it takes up 100% of the width of the screen and the search bar is in the NavBar.
On Mobile and when you shrink your browser window, it changes. I ...
0
votes
1answer
19 views
Have well directly connect or touch the navbar in Bootstrap
CodePen
I am trying to have the well directly "connect", or touch the navbar. I tried resetting the padding to 0px, to no avail. How could I do this? See CodePen
0
votes
1answer
53 views
Bootstrap Nav Bar JQuery Partially Fixed
So I have a template that all the pages on my site are created from. Here's an example of what I want: fiddle
However, on my site, since those links go to a specific page (i.e About.html when you ...
2
votes
1answer
228 views
Bootstrap Nav Bar Active
I'm using the navbar from bootstrap however whenever I click on one of the page titles, the navbar doesn't highlight it to show that I'm on that page. For example, if I'm on the home page then the ...
0
votes
0answers
164 views
bootstrap dropdown menu on navbar nav links
Hi I'm a novice in web programming (only web!) so be gentle please. I'm trying to build a sample app using bootstrap. My interest is in navbar in which I want to be able to have dropdown menu on nav ...
2
votes
1answer
76 views
Why is the .navbar mixin not working in Bootstrap 2.3?
I've been trying to convert the Bootstrap example of including the class in the HTML to using LESS mixins. So far I have succeeded, but I am running into problems with my menu. Currently I'm using the ...
1
vote
1answer
144 views
Bootstrap navbar: whitespace appears when collapsed (Rails app)
I've read some different solutions to this but none that are specific to a Rails app and therefore I can't quite find the fix. I've got a rails app that is using twitter bootstrap. I'm using their ...
3
votes
1answer
350 views
How do I get twitter-bootstrap navbar subitems to collapse/expand on small screens?
The twitter-bootstrap 'hero' example (http://twitter.github.io/bootstrap/examples/hero.html) works well. At the risk of describing the obvious... On small screens, when the navbar menu is activated, ...
0
votes
1answer
100 views
Center Bootstrap Navbar While Preserving Style
How can I center the navbar on this page, while still keeping the background gradient? I've seen some tricks where the li is set to display inline, the a to display inline-block, and the ul to align ...
0
votes
1answer
90 views
Bootstrap navbar can not open or will not close
i use bootstrap in my backbone project. I use only (For now) the 'classic' responsive navbar, that when you reduce the browser or enter with one mobile you see one botton and this expand the ...
0
votes
1answer
217 views
bootstrap drop down inside navbar not correctly displayed
The navbar bellow contains a drop down menu which is not displayed correcly ,
<div style="margin: auto; width: 100%; margin-top: 0px">
<div class="navbar" style="width: ...
2
votes
1answer
217 views
AngularJS Bootstraps Navbar
I'm trying to have a bootstraps navbar display and remove html elements defendant on data from an angular controller.
I have the following jade code:
div.navbar.navbar-fixed-top
div.navbar-inner
...
0
votes
2answers
151 views
bootstrap navbar not making itself sticky without fixed width
I have a twitter-bootstrap navbar in the middle of some content and I would like to make it sticky.
I am using the sticky jquery plugin, github page.
As it says in the github page itself:
In ...
1
vote
1answer
100 views
Twitter Bootstrap logo next to nav bar
I searched around SO and I haven't found a similar question / solution.
I'd like to align the logo to the left of the innner-navbar.
My current HTML is-
<div class="container">
<div ...
0
votes
1answer
749 views
Dropdown menu using Twitter Bootstrap (JS and Jquery) doesn't drop down--what is wrong?
I'm a complete newbie to website development, so I'm following patterns given by other developers. I'm following this site tutorial on how to add in a dropdown menu.
I found one question on stack ...
0
votes
1answer
785 views
Dropdown in responsive bootstrap-navbar
I use the (responsive) navbar from bootstrap. I'd like to prevent that my dropdown-menu pops up, if the browser-size is in "responsive"-mode (->smaller, so that the nav-btn appears).
The problem: ...
0
votes
1answer
556 views
twitter bootstrap responsive menu hover
How to change the hover text-color of the menu/navbar into white when it is being viewed on mobile. I've tried looking into the css code of the bootstrap but i can't find it.
0
votes
0answers
281 views
Resizing header logo when scrolling on a Twitter Bootstrap page
I am having my first go at designing a site using Twitter Bootstrap and could use some advice on resizing my logo as the page is scrolled down. See a working example here - ...
0
votes
1answer
128 views
bootstrap fixed navbar covers the whole screen when zooming in
A bit silly yet slightly concerning problem. I have navbar fixed to the top with some elements inside. The problem is that if I zoom in with high percentage, elements in the navbar regroups so that ...
2
votes
2answers
271 views
Bootstrap navbar align want align to the right
I'm trying to align the navbar to the right. When I use the .pull-right class it's pushing the navbar too much to the right: "off the grid".
What am I doing wrong?
Code:
<div class="row">
...
-1
votes
3answers
56 views
How to prevent spotted border in navbar for selected tab
I started using bootstrap now and really like it but a problem came up now.
I made an adapted navbar and when a tab is selected, there is a spotted border that I dont like. How can I prevent this ...
0
votes
2answers
332 views
Mysterious whitespace in between Bootstrap Navbar and row underneath
I am using Bootstrap's Navbar and Bootsrap's grid to display a Navbar with a image immediately underneath the Navbar. However, for some reason there is whitespace between this Navbar and the image. ...
0
votes
1answer
250 views
Bootstrap hyperlink in navbar dropdown
Hyperlink in navbar dropdown doesn't seem to work.Even the "disabled" doesn't seem to work.
Here is my code
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div ...
1
vote
0answers
299 views
Disable dropdown on hover for bootstrap when navbar is collapsed
I have implemented the css as shown here: How to make twitter bootstrap menu dropdown on hover rather than click
However want to disable the dropdown on hover when the navbar collapses as it acts a ...
0
votes
1answer
178 views
Bootstrap: Spacing in a navbar under django
I'm trying to do a navbar in Bootstrap:
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<ul class="nav">
...
1
vote
1answer
114 views
Can't remove border color from active list item in bootstrap
I am having trouble removing the border from my active list item in the navbar. See the attached photo. This is appearing only when I click the list item to reveal the dropdown then click it again ...
6
votes
2answers
1k views
Correct way to add padding to Bootstrap body to prevent content and header overlap
I understand that to stop the main container in Bootstrap from being at the top of the body, and behind the nav bar, you must add padding like so:
<link href="css/bootstrap.css" ...
0
votes
1answer
1k views
Responsive nav bar not working
I trying out Bootstrap for the first time and I based my code on their example here:
http://twitter.github.com/bootstrap/examples/starter-template.html
I basically copied the main content html ...
0
votes
0answers
234 views
Bootstrap dropdown does not open/collapse inside of nav-collapse
I am trying to add a dropdown to my navbar that falls within the nav-collapse. Everything works except one thing: When the browser width is low and the nav-collapse is activated, the dropdown defaults ...
0
votes
3answers
80 views
Center form in navbar
What I'm trying to do is have the search box in the center of the navbar (image here). How would I do that?
HTML:
<div class="navbar navbar-inverse navbar-fixed-top">
<div ...
0
votes
0answers
49 views
A fixed more button for single page apps with fixed bottom nav
What is the best way to indicate "scroll down" in a single page app with fixed footer?
Background: When footers are at the bottom of all content, as in traditional web apps, it's pretty apparent ...
0
votes
1answer
710 views
replace icon-bar in bootstrap navbar with other icons
i'm trying to replace the three bars in the navbar button, which appears, when navbar collapses.
The original code is:
<a class="btn btn-navbar" data-toggle="collapse" ...
3
votes
1answer
467 views
Bootstrap: anchors and body top margin/padding
I'm using Bootstrap with a global navbar fixed to the top of the page body.
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
...
0
votes
2answers
616 views
Changing Bootstrap's navbar opacity without affecting the buttons
I only want my navbar buttons to be visible, while the actual bar that spans across the entire page has full opacity. Whenever I change the opacity of the navbar it affects the classes inside of it, ...
-2
votes
1answer
726 views
Twitter Bootstrap - centering brand logo in navbar
I tryed centering the .brand logo with:
.brand { margin-left: auto; margin-right: auto; }
this is my top navbar layout:
http://jsfiddle.net/J4zkJ/3/
but it seems it doesn't works.
I searched on ...




