Most voted "twitter-bootstrap" questions
Bootstrap is a front-end (client) framework, created by Twitter, designed to serve as the basis for developing web applications and websites. Use the tag "twitter-bootstrap" and NOT "bootstrap" to ask a question about this framework. Also use the more specific tag if the question refers to something unique to a related version or technology.
Learn more…1,437 questions
Sort by count of
-
1
votes1
answer191
viewsI am unable to insert submenus in the dropdown menu
Problem: I’m not being able to create a dropdown menu with submenus. Ex: When clicking the profile on the left will open a drop menu the idea would be when clicking the settings open new options.…
-
1
votes1
answer1627
viewsChange Slide Bootstrap Transition
I need to decrease slide transition time Bootstrapp, how can I do while the files js and css are being pulled from the site? <div id="carouselExampleControls" class="carousel slide"…
-
1
votes1
answer266
viewsNavbar inside an image
Hi, I’m doing a navbar and I wanted all the buttons to stay inside an image like this: I went on a lot of website but none specifically talked about this topic, so if anyone can help me I’d…
-
1
votes2
answers467
viewsBootstrap navbar background image does not repeat in extended menu in responsive
I have a problem with the responsive version of the navbar. I put a background image as below: For that, I did it that way: .navbar{ padding: 1.3rem 1rem; background:…
-
1
votes2
answers171
viewsNews page | Picture and texo next door
Good afternoon I’m building a news page but I’m having a problem with not being able to add text next to the image and I’m not getting why. I am using bootstrap 4 and I already have the page like…
-
1
votes2
answers92
viewsHow to back a label against a Checkbox
Sorry for the simplicity of the problem, but I don’t know how to do it properly... I need to align the second label according to the image below where I indicated red. It needs to be indented and…
-
1
votes1
answer272
viewsDifferent forms on the same line
I have two forms in my code, and HTML gave a line break between the two. I would like both to be printed side by side, to save screen space. I’d like to know how to do this using CSS or Bootstrap 3.…
-
1
votes2
answers157
viewsAlign button inside Alert
The needing leaves a button lining inside the boostrap "Alert" element. I tried to do this with the "pull-right" class, but half the button is outside the element. Someone can help me? <script…
-
1
votes1
answer79
viewsEffect with Hover in two elements
I am trying to make an effect that, when passing the mouse on some topic, the others decrease the opacity, highlighting the topic on which the mouse is. In addition, the Hover changes the color from…
-
1
votes1
answer391
viewsHow to use Collapse in bootstrap?
<html lang="pt-br"> <body> <?php include_once 'header.php'; ?> <?php if(!isset($_SESSION["email"]) || !isset($_SESSION["senha"])){ header("Location: logar.php"); exit; }else{ }…
-
1
votes1
answer63
viewsShow specific dates that are in the Database in Bootstrap datapicker
I need the datapicker to load specific dates dynamically, which are saved in the database, I was able to get it to load manually, but there are several dates and may vary as the user saves in the…
-
1
votes1
answer406
viewsDropdown in vertical menu with bootstrap 4
I need to make a vertical menu following this layout but I’m having difficulties to make the menu open one dropdown I’m using bootstrap 4 follows my code + the layout image of how it should look.…
-
1
votes2
answers2518
viewsPut navbar on the right
How to make the navbar stay on the right. It needs to be this template, because already has the logo, has the menu and when opened on mobile already appears the mobile menu. <nav class="navbar…
-
1
votes1
answer42
viewsColumns don’t line up inside Row
I’m trying to align a grid as follows: 3 columns x N rows <div class="row" style="margin-top: 150px;"> @forelse($models as $model) <div class="col-md-4" style="margin-left: 5px;">…
-
1
votes2
answers175
viewsPass value of javascript variables inside Bootstrap Popover
I have a Pover that shows information and would like to know how to pass values of variables contained in javascript to data-content within this Pover? Follows my code: var id_teste = 'teste';…
-
1
votes1
answer87
viewsHow to make a navbar with two logos?
I need to make a navbar that receives two Banks, one next to the other <nav class="navbar navbar-light navbar-expand-lg"> <div class="col-md-3 navbar-nav"> <a class="navbar-brand"…
-
1
votes1
answer180
viewsdiv is not centered on mobile
I have the following modal and inside it basically there’s an image in the upper left area and a text on the right side of the image and then a form. Everything is working perfectly well, but when…
-
1
votes1
answer71
viewspop-up with picture box using jquery
I’m trying to make a pop-up, but it’s making a mistake fadeIn is not a function at HTMLAnchorElement, because I use that jquery via Cdn because of the bootstrap:…
-
1
votes1
answer172
viewsProblems in bootstrap responsiveness in inputs, Labels and selects
I’m having trouble solving a simple responsiveness problem using bootstrap 4. My wish is when resize to celuar, the inputs, selects and Labels are superimposed and occupying all available width. As…
-
1
votes1
answer103
viewsModal inside table - Mysql
I’m trying to pass information that’s inside a table to a modal. Currently what I have is a simple function that displays a link on the screen and clicking on it opens another page with a QR image.…
-
1
votes2
answers622
viewsPosition 2 buttons side by side of an input
I need to make a button like this for my site but I’m not getting? How to do this in html and css and bootstrap? I even tried to do it like this, but it doesn’t work. <div class="btn-group…
-
1
votes1
answer51
viewsInput field does not align with others
For some reason I have not yet discovered the field "Civil State" is not aligned to the field "Availability on Saturday". I’m not using CSS in this file as it’s just an outline of the final version.…
-
1
votes1
answer36
viewsProblems while removing Row using JS in Asp.net Core MVC
I have a dynamic address registration where the user adds and removes the addresses dynamically. Each Row that is added is inside the "div-addressees". I am unable to remove the Rows ('form-group…
-
1
votes1
answer548
viewsError installing npm
I use Linux Mint 19, some time ago, I installed npm, nodejs, bootstrap, as well as Jquery, Popper.js, etc. However, I decided to delete the folder where I had installed such files, to start again.…
-
1
votes1
answer86
viewsProblems using Card-img-overlay with card-Columns
I’m using Bootstrap 4.4 to create a column of cards: <!DOCTYPE html> <html> <head> <title>Problemas em usar Card-img-overlay com card-columns</title> <meta…
-
1
votes1
answer63
viewsLine Break Bootstrap 4
Hello. I’m building a Dashboard with Bootstrap 4 and I came across a very troublesome problem: when I arrive at the breakpoint determined for the line to break (flex-sm-wrap), it breaks normally,…
-
1
votes1
answer25
viewsHow to position/align a field (which is inside a div) together with other Fields
Greetings to all! Within my "form-group Row" I am placing Fields with their respective sizes, however, in the middle of them (to be more specific, between the first and the third field) I created a…
-
1
votes0
answers35
viewsHow to make items within the site responsive?
I am creating a labeled Forms inside a view and I would like that when this zoom or go to small Content does not deform. How to do this? <head> <link rel="stylesheet" href="~/css/site.css"…
-
1
votes2
answers29
viewsIcone does not appear as desired using Fontawesome
I have a table with stock buttons but, as they are inside the tag the result is different than expected. OBS: I need you to direct to a new route. How to fix it. I want the result on the right side.…
-
1
votes3
answers33
viewsWhy image is not adjusted column in bootstrap
I divided a snippet into 2 columns, but the image is not far from the right corner and the mobile version also has a space. I copied the snippet know how to look like in the picture below. Original:…
-
0
votes1
answer808
viewsNavbar bootstrap disappears in certain size
We know that the bootstrap has the Visible-Xs, -Sm, -Md, lg and Hidden-Xs, -Sm, -Md, -lg classes to set when the menu will be displayed. Menu switches to Collapse according to browser size or device…
twitter-bootstrapasked 10 years, 8 months ago morphinduction 473 -
0
votes1
answer2826
viewsform-group Bootstrap
I made a form with Bootstrap, but I need to position it in the middle of the screen. positioned myself with col-md-offset-? horizontally, but I need to position it vertically. some way in Bootstrap…
-
0
votes2
answers2805
viewsHow to make Bootstrap work on IE7
there is some way to make the Bootstrap compatible with IE, in the documentation talks about the Respond.js but it didn’t work, follow example link <!doctype html> <script…
-
0
votes1
answer76
viewsHow to reload config.json in bootstrap
I’m trying to generate a gist with config.json to re-load bootstrap without losing the changes I’ve already made. So I created a gist: https://gist.github.com/aymone/dba37043a860d4f0abb1 But when…
-
0
votes2
answers182
viewsLayout error, scrolling left when there is line break
I have in a part of a website, a selection of the hours. I’m just trying to get past the layout, and the guys thought it was a mistake and I’m not sure how to fix it. Following example image, if you…
-
0
votes1
answer1055
viewsSend a modelView as parameter to a modal bootstrap
When searching for how to render a partialView in a modal bootstrap, found this link: Using Bootstrap Modal window as Partialview, only I need to make a request POST by clicking the button that…
-
0
votes1
answer179
viewsCol-Md=xx bootstrap
my doubt today is as follows: I can put a larger col-Md inside a smaller one? For example: <div class="col-md-6 "> <div class="col-md-12"> <p> Texto aqui</p> </div>…
twitter-bootstrapasked 10 years, 5 months ago Junior Dias 741 -
0
votes2
answers2303
viewsEvent . click() of jQuery, does not work with tag <button> ( with Bootstrap 3 )
I have a website with 2 files (index.php and modals.php). No index.php use include("modals.php"); and in modals.php I have several modals that are generated dynamically, according to the information…
-
0
votes4
answers1375
viewsHow to change the color of only one element in a form-group with several others?
Hello! What happens to me is this: I am using Bootstrap Validator to validate the fields in my form. However, when I rotate the page, the fields are getting as follows. Note that the "Code" field is…
jquery html css twitter-bootstrap jquery-validateasked 10 years, 5 months ago Victor Alencar Santos 1 -
0
votes2
answers792
viewsPosition controls with bootstrap not aligning
I need to do the following: Label above and control below the Abels. I took the example of the page itself twitter bootstrap and it’s not working. Below my code: <div id="tabs-1"> <form…
-
0
votes2
answers210
viewsProblems with the presentation of cshtml(Visual)
I have a cshtml, which is shown like this: A sequence of filters that are fixed. When I click search, then I get the return of a method in the controller via json by a jquery function and in the…
-
0
votes1
answer2468
viewsBootstrap increase input
I’m making a mobile application and I’m testing the creation with Bootstrap, only a problem has arisen: <input type="tel" class="form-control" placeholder="Código Estabelecimento" required…
-
0
votes1
answer2760
viewsReturn after Httppost in Partial View
Good night, I’m working with Bootstrap 3 tabs, and I have the following structure: View.cshtml <div class="tab-content"> <div id="tab_cooperado" class="tab-pane fade">…
-
0
votes1
answer927
viewsBootstrap: Navbar + list
I am developing a web application in HTML5, where I use Bootstrap. In one of the application pages there will be a navbar at the top of the page and just below the navbar there will be a list.…
-
0
votes1
answer743
viewsPlay an audio every time the BD changes
I’m having problems with a page that reads the latest values entered in the comic book of a given counter. The page has a section that is constantly being refreshed (Scores) and the idea is to play…
-
0
votes2
answers1764
viewsBootstrap alignment is not correct
I tried to do a bootstrap alignment, so that I had the label and next to it the control. Well, thinking that way, I opted for the class .form-horizontal. Well, when I rescan the site, the alignment…
-
0
votes1
answer989
viewsWhat is the difference between form-group and input-group bootstrap?
What is the difference? in which cases are used one or the other?
-
0
votes1
answer817
viewsDifficulty placing checkbox in treeview with or without bootstrap
This is my treeview: @*Daqui para baixo, tudo se relaciona com a treeview*@ <div class="well" style="width:100%; padding: 8px 0;"> <div style="overflow-y: scroll; overflow-x: hidden;…
-
0
votes1
answer760
viewsJavascript error - Uncaught Typeerror - Unable to resolve
Give me the following error: Uncaught Typeerror: Undefined is not a Function. I still can’t fix it. I’ve already changed jquery versions and nothing. I looked for quote errors, semicolon and still…
-
0
votes1
answer133
viewsNavbar stops working when you have an iframe on the page
I’m using Bootstrap 2.3, I have one navbar that always worked well, but after I started using a iframe on one page, my navbar stopped working, it keeps being displayed normally, but its links…
twitter-bootstrapasked 10 years ago Erikson Souza 27