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
answer112
viewsCollapse in bootstrap with signal exchanged
I’m having a hard time correctly flag the icon (The "+" of the right corner, signaling the expand and the "-" signaling the contract) when Collapse is compressed and when it is open. He gets mixed…
-
1
votes1
answer407
viewsScrollspy is not working
Good morning, I am developing a site, and at first everything is working, but Scrollspy (Bootstrap 3.3) is not working, I followed several internet tutorials on how to apply it in a Website but I…
-
1
votes1
answer1895
viewsHow to adjust the size of a generic Modal Bootstrap window according to the desired View
I have a generic bootstrap modal window that will open several views. The problem is that each of them will have a different screen size and currently, my settings remain fixed(style="width: 800px;…
-
1
votes0
answers210
viewsDatetimepicker count and mark next working days
Good morning! I have a big problem, I use the Bootstrap Datetimepicker to include a calendar just above a stopwatch on an html page, but now it has been requested that in this calendar, the next 5…
-
1
votes2
answers61
viewsI cannot remove default background
Next guys, I’m using a wordpress plugin to organize the menu dishes of the restaurant, this: (food-and-drink-menu - url: https://br.wordpress.org/plugins/food-and-drink-menu/) All right, let’s go!…
-
1
votes1
answer1221
viewsBootstrap menu does not work
I’m a beginner and I’m learning Bootstrap, but after trying everything, I can’t get the menu to work. - I have tried another PC and browser - I already downloaded the Bootstrap.css and . JS…
twitter-bootstrapasked 6 years, 4 months ago Matheus Gonçalves 21 -
1
votes1
answer331
viewsBug multiples modals bootstrap
I have two modals on the same page, one to change and one to remove information from the bank. The code of the first modal is this: <!-- Modal Editar --> <div class="modal fade"…
-
1
votes1
answer180
viewsRemove dynamic inputs
I wanted the help to be able to delete a line from my form with javascript. I am able to duplicate it, but not remove it. $(document).ready(function(){ var clone_step1 =…
-
1
votes1
answer33
viewsDropdown does not find the target
<button data-toggle="dropdown" data-target="#teste" class="btn btn-blue-grey btn-lg btn-group" mat-button>Configurações <i class="fa fa-caret-down"…
-
1
votes1
answer1025
viewsPosition right bottom button with angled and boostrap
Use Stripped bootstrap table with Angular 6. That’s the screen: See that there’s a button plus in the upper left corner and it should be under the table, right side. This is my html <nav…
-
1
votes0
answers60
viewsDetermine Bootstrap column width when detecting overflow in div
Currently the distribution of Boostrap columns is fixed in size 2, example: col-lg-2, but inside that column is a <ul> with several <li>, and when overflow occurs to <ul> is…
-
1
votes1
answer434
viewsFloat elements with CSS Grid
Good morning friends. I have the following problem: I need to make the elements float with CSS Grid without having a specific Row defined. For example, in the following image, there should not be…
-
1
votes3
answers1188
viewsAlign button at the end of table
I have this table <div class="container"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered"> <caption>Lista de Tipo de…
-
1
votes1
answer187
viewsAlign lists of different sizes in Bootstrap div
I have some lists that are fed through a query to the database, IE, the amount that will show is uncertain, but I limit show up to 5 records per category. How are you: One list is occupying the…
-
1
votes2
answers1101
viewsDisplay modal after form validation (fields filled)
I have a form with several fields that are mandatory. By clicking submit, validation is performed using jquery validation and being ok, send to the controller (ASP.Net MVC). I need that after the…
-
1
votes1
answer344
viewsProblems sending form in modal bootstrap
Hello, I am sending a form that is in a modal inside a page, however the modal simply does not send, it is in a page that is a return of an ajax (a search in the case), I do not know if it…
-
1
votes4
answers3001
viewsHide navbar when item is clicked
I am developing a site whose menu is the dropdown navbar of bootstrap 4. When I view the site on a smaller screen, the Nav is replaced by the burger button and is only "activated" when this button…
-
1
votes1
answer119
viewsText larger than the button
I got a problem I can’t seem to solve. I made an accordion, as in the image below using bootstra 4, the desktop version of it looks like this: But the cell phone version the text gets bigger and…
-
1
votes1
answer252
viewsSplit query result into columns
I have a select that brings items with prices, as I do to divide the result into two columns: Examples: I hope to leave it this way: Follow my code: <html> <head> <meta…
-
1
votes1
answer451
viewsAligning fields with bootstrap inline-Forms
Good afternoon! I don’t have much experience with frontend, but I’ll have to turn around to finish a project, so I’ll need a little help. My question is, I have a few presses on the screen, and I…
-
1
votes2
answers1166
viewsHow to make an HTML form responsive
I have an HTML and CSS form that is perfect on my site, but when I try to open it on a mobile device (mobile or tablet) it is totally distorted. I am using Bootstrap as a CSS framework. My code:…
-
1
votes1
answer122
viewsDifficulties with responsiveness for complex layout
Good afternoon, all good? I have a doubt, if it takes a lot of work, do not even need to do, just give me a light, because I believe I’m not making this layout the best way to be responsive and I’m…
-
1
votes1
answer58
viewsImage does not float with bootstrap 4
I’m trying to get the image to be next to the content on devices bigger than large but this does not occur: Follows my code: <div class="container"> <div class="row"> <div…
-
1
votes1
answer471
views<thead> with fixed top table
I have a <table>, and would like to leave the <thead> of it with fixed top: <table class="table table-responsive table-hover" id="tablepesquisaprodutos" style="font-size:12px;">…
-
1
votes1
answer173
viewsASP.NET MVC after upgrading the packages the default template is lost?
I’m new in this area, I’m "walking barefoot on rocks" to learn ASP.NET, I use VISUAL STUDIO 2017 Community 2017 Version 15.8.4. When creating a new ASP.NET MVC project the visual studio generates an…
-
1
votes0
answers263
viewsReturning Error View after calling a Modal pop up
Hello, I have a problem with the front end of my application. I have the following method to return errors: public class ErrorController : Controller { //Erro 500 Servidor public ActionResult…
-
1
votes1
answer55
viewsCentralize a NAV - With video background
I need to center a text, but with justify-content: center and align-items: center I’m not getting through. Not even if I put for example, top: 50% and left: 50%, items are not exactly in the middle.…
-
1
votes1
answer627
viewsHow do I center links from a navbar viewed on bootstrap 3 mobiles?
Next, I’m using the version of bootstrap 3.7.2 to make a navbar and I set it so that when "collapsed", that is, when we view on mobile devices, it gets the toggle button on the right and the logo is…
-
1
votes1
answer2564
viewsJustify-content-center is not centering content on my bootstrap
I have the following code structure <div id="container" class="container-fluid"> <div class="row align-items-center justify-content-center"> <div class="col-2"> <figure…
-
1
votes1
answer238
viewsAlign Bootstrap paging on the right
I am with a project that was developed in the version Bootstrap v4.0.0-alpha.4. In this project has a pagination that follows the standards of the framework. <nav aria-label="Navegação de página…
-
1
votes1
answer135
viewsProblem with grid bootstrap
<! carousel--> <div class="container bg-danger"> <div class="row"> <div class=".col-4 mt-3 mr-4"> <div class="boxonee ">teste xd</div> </div> <div…
-
1
votes1
answer38
viewsBootstrap grid mess
Hello, good afternoon, would have some way to fix the col-Md where it was positioned without change? I used to do it this way: <div class="col-md-12"> <div class="col-md-4"> </div>…
-
1
votes1
answer107
viewsproblem with a grid bootstrap
I’m not getting to take away this separation that’s next to the add cart. html code: <div class="container"> <div class="row"> <div class="item"> <div class="row"> <div…
-
1
votes2
answers908
viewsbootstrap icons
I’m trying to get an icon bootstrap, but I’m not getting it.. <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,…
-
1
votes1
answer169
viewsCSS defaults when printing
My page looks like this: <div class="container"> <div class="row"> <div class="col-sm-12 col-md-12" style="border-style:solid;"> <div style="text-align:center;" class="col-sm-12…
-
1
votes1
answer127
viewsError: Thymeleaf is disabling the responsiveness of my Bootstrap form. How to resolve?
I’m creating a small web application to learn more about Spring Boot. I’m using the Thymeleaf as engine HTML and the Bootstrap as framework front-end. The problem is that I don’t know why, and I…
-
1
votes2
answers855
viewsHow to change Popover size in Bootstrap 3?
I have the following code of a Popover effect with Bootstrap 3, I am using Bootstrap 3.3.7. This one can works as follows, when the mouse passes over this icon the message appears. I have several…
-
1
votes0
answers55
viewsdatepicker is not a Function in typescript
I want to implement datepicker in a typescript project. I tried to use initially install datepicker by npm but could not.... Initially imported <link rel="stylesheet"…
-
1
votes2
answers626
viewsResize photos from Bootstrap and Javascript
I have a Javascript and Bootstrap made Carousel. It gets images from a database based on a click rank, but the images are all different sizes and end up interfering with the display of the Carousel,…
-
1
votes1
answer809
viewsBootstrap 4 - change Carousel Indicators to text
I am using Bootstrap 4 and I cannot change the indicator to appear the text in relation to the item. I tried some options of other Stackoverflow answers but none worked, if anyone can give an…
twitter-bootstrapasked 6 years ago Mário Rodeghiero 389 -
1
votes1
answer39
viewsPosition elements on the screen
How to position elements without breaking I have a screen with some inputs, am using bootstrap and defining the sizes of the fields, but still they are broken as in the image below. I need them to…
-
1
votes1
answer311
viewsHeader with Animated Dropdown
Good morning guys, I’m developing a project and it has a header that I developed showing the available categories of it. Layout of the site with Bootstrap 3.3, already for presentation reasons I…
-
1
votes1
answer118
viewsAdjusting Footer after migrating to Bootstrap 4
I was using the Boostrap 3 and migrated to the 4, only some things broke. I managed to solve some, but I have a problem with this footer. <div class="copyright"> <div class="container">…
-
1
votes2
answers401
viewsSorted lists under another Bootstrap
I have the following menu: How could I make it that way: Importação | Exportação | Curso de Instrutor | Assessoria Jurídica ------------------------- (aqui seria uma linha (hr)) Vendas | Consultores…
-
1
votes2
answers251
viewsHow to hide fixed div in mobile?
I need to leave a responsive page, in it I have a filter that is fixed and I want to hide the filter in a button when the screen is less than 750px <div class="col-lg-3 col-md-6"> <!--…
twitter-bootstrapasked 5 years, 12 months ago Carol 21 -
1
votes1
answer818
viewsBoostrap overwriting CSS. How to avoid?
I took a CSS ready template from the internet to choose a payment method for my site. Below is the link to it. https://codepen.io/cusx/pen/aNqQdQ However, when importing the header and footer (I am…
-
1
votes1
answer300
viewsNavbar Bootstrap
I am starting in the web encoding and need a help in a problem, the menu I created is not correct, it was not formatted as indicated in the bootstrap documentation, it is as list. Curso ------------…
-
1
votes1
answer507
viewsNavbar disappearing at lower resolution
I’m putting together a project with Bootstrap but I am facing some problems, one of them is the navbar disappearing when the resolution decreases. The other is I can’t write a title right in the…
-
1
votes1
answer281
viewsPosition font-awesome next to text
I have some arrows that need to be positioned next to the text, but not next to it. Next to it like this. But I don’t know how to position them there, at the moment I’m putting them inside the p and…
-
1
votes1
answer40
viewsInput spacing when fields are hidden
I’m trying to solve what I consider a problem, I have some fields that are hidden and are only displayed with some radios are selected and are working, but what I’d like to know is if a way to…
twitter-bootstrapasked 5 years, 11 months ago adventistapr 5,498