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
-
3
votes1
answer614
viewsalign text vertically within a <div> CSS || HTML
i want to align the text vertically in div, but I wonder if it is possible to do it without changing the css because I am using the…
-
3
votes3
answers725
viewsMy Bootstrap does not exchange images
Simply do not exchange Carousel images! <div id="carouselSite" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselSite"…
twitter-bootstrapasked 6 years, 8 months ago Renan F.Andrade 33 -
3
votes3
answers752
viewsHow to place an image inside the bootstrap Popover
I want to put an image inside Popover. Does anyone know if this is possible? <!DOCTYPE html> <html lang="en"> <head> <title>Bootstrap Example</title> <meta…
-
3
votes1
answer182
viewsCustomization
Hello to everyone I’m beginner in Bootstrap, and I’m developing a Carousel in boostrap, only instead of showing only one image I would like to show 3, as in the image below. How could I be doing…
-
3
votes2
answers159
viewsHow to build header with logo in the center and information on the left and right
I’m trying to create a header with information to the right, a logo in the center and information to the left, but what I did is not even close to what I need, I did some tests with some lines I…
-
3
votes2
answers671
viewsWhat should I use to make one grid system within another?
I’m doing a Carousel that will show some ads from recently posted posts. A div containing the Carousel is a container, and Carousel elements are also of the container. When I am creating grids…
-
3
votes2
answers533
viewsEnable next Bootstrap Wizard step if checkbox is checked
I’m trying to do a check with a Bootstrap Wizard that I am using, I need the steps to be enabled if certain checks are marked, otherwise the next step cannot be enabled. I have these steps on the…
-
3
votes4
answers800
viewsHow to make 7 columns with Bootstrap?
I have the following menu below: How I would make the columns stand next to each other (from the first to the seventh)? I’m using Bootstrap 4. I tried with the code below, but there was this mess of…
twitter-bootstrapasked 6 years, 1 month ago user24136 -
3
votes1
answer338
viewsProblems with the font-face
I’m finalizing a website using Twitter-Bootstrap. I’m using the @font-face right in the css style. and I’m pulling the font-family also in the css style., in div footer and applying directly to…
-
3
votes1
answer37
viewsPosition of columns that need to be "collapsed"
I was hoping to put two columns of content on the same Row. However the two columns (col-6) can be shrunk (collapsed), but when I add the class "Collapse", they are displayed vertically. I…
-
3
votes1
answer320
viewsHow to align the content of a Nav Bar so that it is in the center of the screen?
I have a Nav bar that I need to put your content in the center of the screen, I’ve tried several codes but it always stays to the left, follow my current code <nav class="navbar navbar-inverse…
-
3
votes2
answers688
viewsCreation of buttons with bootstrap
I need to create buttons with the bootstrap style similar to the image below. You can find the buttons: https://fontawesome.com/ However I can arrive only in this result: I use the following code:…
-
3
votes1
answer616
viewsTextarea with lines of text size
Can you help me? I have a Javascript function that increases the textarea size as we type the text and give ENTER. So far, everything ok. However, when pulling this information from the database,…
-
3
votes3
answers93
viewsAlignment of photons
I’m trying to align my form this way: But I can’t get the inputs Yes and No to line up on the right. I tried to use bootstrap and split it into cols but unsuccessfully as well. Follows html and css…
-
3
votes1
answer669
viewsHow to place two Carousel, one next to the other with bootstrap
I’m working with a responsive website with Bootstrap. I have an idea to put two carousel, side by side, but I’m not getting, nor with float: left. I would post my code here but I’m a little ashamed…
-
3
votes1
answer618
viewsBootstrap div navbar overlay image
I need to put the logo of a company on the navbar div of Bootstrap, making the half stay on this div and the other half off (gray part) and follow the top when the user descends the screen. Look at:…
-
3
votes1
answer282
viewsHow to leave bootstrap columns under each other’s collars
<style> #a1 { background-color:#05466f; height:120px; } #a2 { } #a3 { height:303px; background-color:red; margin-top:57px; } #a4 { width:100%; height:51px; background-color:pink;…
-
3
votes1
answer40
viewsToggler doesn’t work
I am studying Django and found the following problem when using the staticsfiles, the Toggler that appears when the screen is reduced does not extend my bootstrap navbar, I did not find the error.…
-
3
votes2
answers57
viewsHow to add Hover to Bootstrap icons
I would like to know how to add Hover to Bootstrap icons. So far my code is like this: <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="rgba(194, 56, 58, 1)" class="bi bi-book…
-
2
votes2
answers7444
viewsSpacing with bootstrap columns
Studying the official website, I saw that the cool-Xs-offset was implemented only from the version 3.0.1, thus includes the version 3.0.3 on my website. Problem What happens is when I apply the…
-
2
votes4
answers3063
viewsCentralize paging in Bootstrap v2.1.0
I need to centralize a result pagination using Bootstrap v2.1.0, I tried to put text-align in div but also failed. That’s the code I’m using: <div class="row-fluid"> <div id="div_paginacao"…
twitter-bootstrapasked 11 years ago Daniel Swater 1,251 -
2
votes2
answers545
viewsWith which files should you use the <link> tag with Bootstrap?
I’m studying about the Twitter Bootstrap and I have a question: with which files should use the tag <link>? Are all files or just some specific files?…
-
2
votes1
answer415
viewsInstallation template wrapbootstrap
I bought the Genius Bootstrap template and had a problem using it with Rails. I have taken the following steps: I created a new app( Rails new experiment) [ Rails 3.2.13] I moved the contents of the…
-
2
votes1
answer119
viewsHow to add a class to a div when it is active, so it changes color?
I’m making a Bootstrap-based website, where I have a portfolio zone, where thumbnails open a collapsible DIV. I need that when a collapsible DIV is open, the respective thumbnail changes its CSS…
-
2
votes1
answer530
viewsHow to clean the Bootstrap stylesheet (CSS)?
I own a site that uses Bootstrap, however, in this site there are many classes and id’s that I don’t use. This makes my site very heavy for nothing. What can I do to delete all these useless classes…
-
2
votes1
answer2632
viewsBootstrap - Merge lines
How do I make Melclar two or more cells in Bootstrap? I’ll post the code: <div class="container"> <div class="row-fluid"> <div class="span4">4</div> <div…
-
2
votes1
answer6245
viewsHow to use bootstrap for font sizes?
I would like a didactic answer on how to use Bootstrap to determine font sizes. To help, I am using exactly the following medias-queries: /* Portrait tablet to landscape and desktop */ @media…
-
2
votes2
answers50524
viewsHow to enable and disable button from onclick or onchange from select
I’ve done it with the radio button, but I’m having trouble doing it from a select. When selecting any employee, you must enable and when you select that you represent no employee, you will disable…
-
2
votes1
answer135
viewsDifficulty positioning controls with bootstrap
I have a cshtml, that needs to position some controls. I positioned a table on the left side of the document. Now I need to position several controls labels next to the table and these labels one…
-
2
votes3
answers1666
viewsHow to view a dropdown menu of a button inside a div with overflow: Hidden?
I have the following problem: by clicking on the dropdown button inside a div with overflow property: Hidden it opens, but gets cropped. Example: HTML <div class="scroll"> <div…
-
2
votes1
answer1871
viewsTabs visibility using bootstrap
In my spring application, I am using the bootstrap in my views to create the user interface. In one of the views, called listagem, i have four tabs, initially only one is visible (the one that gets…
-
2
votes1
answer1682
viewsHow to use button for navigation between pages
I have a button that I am using a link as code below: <button id="avancar" type="submit" disabled="disabled" class="btn-primary"> <a href="teste.php">Avançar</a> </button>…
twitter-bootstrapasked 10 years, 7 months ago fabricio_wm 1,090 -
2
votes1
answer123
viewsBootstrap usage in legacy layout without Grid system adoption
Consider a complex, legacy, Tables-dependent layout that cannot be converted to tableless. From this premise, if we insert CSS and Javascript from Bootstrap, we could use some components (like…
-
2
votes1
answer179
viewsInsert markup in Progress bar
I couldn’t find a way to insert a mark in the bar, I’m trying to show a mean. How is it: How I’d like to show the average: Does anyone know how I can do it with bootstrap?…
twitter-bootstrapasked 10 years, 6 months ago Alessandro Gomes 730 -
2
votes1
answer599
viewsBootstrap Popover Trigger and html option together do not work
Does anyone know why when I put Trigger together with html:true or Popover stops working? HTML: <a href="#" class="popoverr" role="button" data-container="body" data-toggle="popover"…
-
2
votes1
answer943
viewsHow to place *Bootstrap* (`glyphicon-bootstrap`) icons in the Yii framework menu
I am starting a project in the company where I develop, and we are being thank you using the Yii Framework along with the Bootstrap, but I’m not getting the icons of Bootstrap (glyphicon-bootstrap)…
-
2
votes1
answer5139
viewsClose internal modal bootstrap without closing external modal
I created a form using the Bootstrap Framework that opens in a Modal and this has a list of data that can be deleted but require a confirmation. It happens that when clicking the "Exit" button or…
-
2
votes3
answers3156
viewsPosition image to the right and top
With that code, I can keep the image right: <a class="navbar-brand navbar-right"><img src="~/Images/ache.jpg" /></a> But this image is inside a menu bar. I have an image and I…
-
2
votes1
answer105
viewsAffix does not stop correctly at the footer
I’m trying to create an Affix with Bootstrap but I’m having trouble getting it to stop properly in the footer. He bends, and the class .affix-bottom is not applied correctly. When step offset bottom…
-
2
votes1
answer878
viewsHow to go from one to one element in the Carousel?
I’m using Boostrap with Carousel to pass the menu elements I have. I want four elements presented at a time and that pass one by one without noticing the effect. With the code I have, the effect is…
-
2
votes1
answer9637
viewsBootstrap classes for creating columns with space
I want to understand the classes of Bootstrap, when using the span and offset, and how to give a space between the columns?
-
2
votes1
answer777
viewsHow to leave a fullscreen div with CSS3 and scrollTo with jQuery
I’m trying to create a responsive website with Twitter Bootstrap and would like to know how I could leave the div so that they stay fullscreen, that is, that it occupies the entire screen and that…
-
2
votes2
answers306
viewsDatepicker from Bootstrap
I developed an application using bootstrap (getbootstrap.com). I created a date field and linked the datepicker of the bootstrap itself. How do I change the size of the calendar? I need to show it…
-
2
votes1
answer1835
viewsMenu of Country Selection
Is there a component present in Bootstrap 3.3.1 (I don’t think so) that generates a select from all countries? or a plugin? because I am currently using a list with pure HTML that this gigantic,…
twitter-bootstrapasked 10 years, 1 month ago Ricardo 14,521 -
2
votes2
answers1647
viewsPrimefaces + Bootstrap Admin LTE Conflict jQuery
I have been working with Primefaces since version 2.1 and am currently creating a project in version 5 using Adminlte (http://almsaeedstudio.com/AdminLTE/) which is an administrative panel using the…
-
2
votes1
answer577
viewsFor external or internal HTML performance (Bootstrap-Modal)
I am building a page which will be accessed by a considerable amount of users (5 thousand/day) and as some hosting services charge per mass of data transferred others for the amount of requests,…
-
2
votes1
answer135
viewsinclude bootstrap in Jsfiddle
I’m a beginner in Jsfiddle and I’m not being able to use bootstrap, I already selected jquery, Html5, added bootstrap.min.css in External Resources and it didn’t work. I changed examples from the…
-
2
votes1
answer283
viewsGrid System or Twitter Bootstrap
I’m starting now to search for these "css layout setters", and the ones I hear most about is: 960 Grid System (http://960.gs/) and twitter bootstrap (http://getbootstrap.com/css/). I would like to…
-
2
votes2
answers1400
viewsAdjust horizontal and vertical orientation on Bootstrap
My horizontal page is the way I want it: But if you leave the vertical cell phone she’s getting like this: How to make it vertical as follows? Follows my code: <div class="row"> <div…
-
2
votes1
answer174
viewsAlign Row at the bottom of a Section
I wanted to line up a Bootstrap 3 Row contained in a container-fluid at the bottom of a Section of my page. What is the best way to do this without using javascript? I thought I could put Row in…