Questions tagged as 'twitter-bootstrap'

2
answers

Dropdown with images in navbar bootstrap

I'm having a layout dropdown problem in bootstrap, this dropdown is inside a navbar html code: <nav class="navbar navbar-default navbar-fixed-top" role="navigation"><!--------- START Navbar ---------> <div cla...
asked by 05.02.2015 / 14:27
1
answer

Bootstrap Blocks

Good Night! I wanted to get some tips, help, anyway, I wanted to create a style blocks of the image below using bootstrap, but I have no idea where to start, can someone give me a light? Thank you!     
asked by 23.02.2015 / 22:18
2
answers

How to adjust bootstrap image height? [closed]

link In mobile mode the height of the image is too long how can I adjust this height?     
asked by 16.02.2016 / 14:23
3
answers

Error when using Bootstrap Glyphicons

So I'm calling the Bootstrap files: <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-theme.css" rel="stylesheet" media="screen"> <link href="css/bootstrap.css" rel="stylesheet"...
asked by 07.04.2016 / 23:57
5
answers

Bootstrap: prevent the menu from closing when clicked off it

I'm using the following script so that the Bootstrap dropdown menu does not close when clicking somewhere else on the page: $(document.body).on('click', function(event){ var windowWidth = $(window).width(); if(windowWidth > 991){...
asked by 13.04.2016 / 16:47
1
answer

Problems with dropdown menu with bootstrap

I made a dropdown menu on my page. When I select the menu the following problems happen: 1) Nothing is selected, that is, I choose the option, but it does not select anything. 2) Even if nothing is selected, the menu is open, closing when I sele...
asked by 18.07.2014 / 21:40
1
answer

form-group Bootstrap

I made a form with Bootstrap, but I need to position it in the middle of the screen. I placed it with col-md-offset-? horizontally, but I need to position it vertically. Any way in BootStrap or should I do it on my own in a different C...
asked by 18.03.2014 / 17:30
2
answers

How to make Bootstrap work in IE7

is there any way to make Bootstrap compatible with IE , in documentation talks about Respond.js but did not work, follow example link <!doctype html> <script type="text/javascript" src="https://ajax.googleapis...
asked by 21.03.2014 / 21:55
1
answer

How do you use Bootstrap Popover?

I need to put a "balloon" in the click event of the cars or even use the tooltip with mouse over I think the best way is to use the Bootstrap 3 popover, but I do not know how to use this element. Any suggestions?     
asked by 06.04.2015 / 03:04
1
answer

Nav-Bar placing items inside the button

I started studying Bootstrap and I'm following a step by step w3c , nav-bar items are entering the button, this is expected when the page is resized, but the problem is that it is not resized and the items are entering inside the button. The co...
asked by 12.08.2018 / 02:54