Questions tagged as 'twitter-bootstrap'

1
answer

Padding-top does not work in the content below the navbar of the bootstrap, in the browser firefox

Context: I'm using Bootstrap as a framework for the interface part and django for the business rules part and database access for a website I'm developing. The problem: I have two navbar's, one for the menu on the top and one for the foot...
asked by 26.03.2015 / 23:29
1
answer

Navbar stops working when you have an iframe on the page

I'm using Bootstrap 2.3, I have a navbar which always worked fine, but after I started using iframe on a page, my navbar stopped working, it keeps showing normally, however the links of it stopped working, I click on a link...
asked by 29.10.2014 / 17:22
1
answer

When you open Popover [bootstrap] the screen loses focus and goes to the top

I have a query screen where I feed an html table with the database records. In one of the columns, of each line, there are some options like edit, delete, add photos and another option that opens the Popover. This Popover is Bootstrap 3 and i...
asked by 13.04.2015 / 18:34
2
answers

Bootstrap alignment is not correct

I tried to do a bootstrap alignment, so that I had the label and beside it the control. Well, thinking that way, I chose the class. Well, when I render the site, the alignment gets the label on top and the control down. By the code is not sure t...
asked by 04.07.2014 / 20:12
2
answers

Positioning controls with bootstrap not aligning

I need to do the following: Label on top and control under the labels. I took the example from the twitter bootstrap page itself and it is not working. Below my code: <div id="tabs-1"> <form role="form"><!--A tag ul c...
asked by 25.06.2014 / 19:24
1
answer

Dropdown Menu with Bootstrap

I wanted to know how to make a menu that is dropdown, when it is accessible in mobile continue dropdown. I have the site www.ktfdistribuidora.com.br , in the "products" tab it's a dropdown. In mobile it is not dropdown, when clicked o...
asked by 10.06.2015 / 23:36
2
answers

Line Misalignment

Using bootstrap I have the following code DEMO : <div class="container"> <div class="page-header"> <h1>Seja bem vindo <small>Selecione um curso:</small></h1> </div>...
asked by 02.10.2014 / 20:05
1
answer

Pass parameters to modal bootstrap via javascript

I have a system that has a web version, you can see it here: All in Your Hands . In it you will notice that there is a carousel for displaying more accessed content and in this carusel js used to open a modal bootstrap in the case of some conte...
asked by 08.10.2014 / 17:04
2
answers

Error in layout, scrolling left when line breaks

I have in a part of a website a selection of hours. I'm trying to just leave the layout last, and the folks have made a mistake and I'm not sure how to fix it. Here is a sample image, if you notice it, you will notice that from the second row...
asked by 16.05.2014 / 20:48
1
answer

Fill modal to edit with information coming from the database based on id

I need to fill a Modal in edit mode based on the id I received. My code: $("body").on('click', '#editfoto', function () { $('#modalEdit').modal('show'); id = $(this).data("idedit"); $.get("editafoto.ph...
asked by 26.11.2018 / 14:39