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
-
2
votes3
answers94
viewsList with dynamic size
I need to make a list that in up to a maximum of 6 items, take the entire width of the screen, following the following steps: If there is only one item in the list, it takes 100% width of the…
-
2
votes2
answers957
viewsCards with smaller content breaking
I’m using Bootstrap 4 to assemble a page, and at the time of making cards they are getting bigger or smaller than the others, even if they use the same class col-sm-4. It’s breaking because their…
-
2
votes1
answer169
viewsLeave images together and responsive
I need to let the images meet one under the other, occupying half of the container and next to you the description of this image. She needs to stay that way. At the moment she’s like this But there…
-
2
votes1
answer433
views1 item on the left and two items on the right good bootstrap
I’m trying to get 1 item lined up on the left and 2 items lined up on the right with Bootstrap 4, tried to use flexbox but since there are 3 items in the middle and one at each end, I tried to make…
-
2
votes1
answer272
viewsPlace menu in the bottom margin of the Bootstrap 3 navbar
I have the following menu: It got this big because the customer demanded the logo to get bigger, but the menu was at the top of the navbar. How do I get her to the bottom of the navbar? <nav…
twitter-bootstrapasked 5 years, 10 months ago user24136 -
2
votes1
answer465
viewsAdjust span within link
I own a button and within it I own a tag i with an icon of font-awesome and within the i one span with the text (without the span the icon was above and the text below). What I need is a way to…
-
2
votes2
answers258
viewsProblem when customizing search bar
Hello, I’m having trouble fixing the search bar in the center of the navbar, since every change in css doesn’t change anything. HTML: <html> <head> <!-- Bootstrap CSS--> <link…
-
2
votes1
answer272
viewsI cannot decrease the size of components . form-control
Hello, I’m trying to decrease the size of components that use class. form-control of bootstrap 3 but when I try to set the width of the components to the value "auto" it generates a spacing between…
-
2
votes1
answer2387
viewsprevent image from crossing div
Hello, I’m starting my learning with dimensions and scales in Bootstrap. I started making a container occupy the entire screen, and distributes 3 divs to occupy the container independent of its…
-
2
votes1
answer1815
viewsPassing data to a Bootstrap modal window
I’m not able to pass the data from a table I have on a page . php to a modal window that shows this data, which would be for editing. The only thing I can pass is the id, which in turn can be used…
-
2
votes1
answer402
viewsTooltip is not set inside the modal
I’ve read and tested several questions from here on stackoverflow pt e en and a few more issues on github but none of them helped me solve the problem. I’m trying to set a tooltip inside the modal,…
-
2
votes1
answer76
viewsLeave items next to the mobile with bootstrap 4
Need to leave the following items next to each other as is the desktop. As it is on the desktop Like this on mobile I need him to have the same behavior on mobile and desktop for these items.…
-
2
votes2
answers1634
viewsChange link color when hovering over in Bootstrap
I started learning bootstrap today and made a very simple test site. It has a navbar with some links. The point is that I can not change the color in the links when passing the mouse in any way,…
-
2
votes1
answer32
viewsVertical alignment of two elements within a column
I’m trying to make a layout as shown in the image. Two columns, the second being aligned with a text at the top, and another text below. So far, what I have achieved is to align the entire text…
-
2
votes1
answer503
viewsCreate HTML shape and overwrite navbar
I need ideas on how to make a navbar like this. I tried with clip-path, but I don’t know if it’s a good one. These triangle curves and mainly the green bar curves complicate my life. The navbar is…
-
2
votes2
answers2291
viewsHow to Decrease Card Size in Boostrap
Hello, I’m editing a boostrap template in race, but I’m not managing to organize a page with cards and columns. I would like to decrease the size of the cards so that they fit four per line. My…
-
2
votes1
answer631
viewsbootstrap line break does not occur
Good evening, I’m learning how to use bootstrap 4. I made a menu using navbar and nav-brand, everything works normal but when it comes to the sizes sm and md for some reason the background size gets…
-
2
votes2
answers56
viewsQuestions on how to use javascript with visible and hidden fields
I have the following doubts: 1- In my code you have two options (CPF/CNPJ) and the options only appear when you click on one of the two, I wonder how I can do so that the Cpf option first appears…
-
2
votes1
answer45
viewsError with Html/Bootstrap text alignment
I’m having a problem with a website I can’t fix. I’m trying to make an information card without using a Bootstrap card because I want the image to be on the left side so I decided to do something…
-
2
votes1
answer290
viewsHow to hide the message in bootstrap?
Look at the picture When I open the modal form it already appears the validation message track, I would like it to appear only when the validation is activated. It’s that piece of code; <div…
-
2
votes1
answer108
viewsMultiple "form-Controls" within the same "form-group"
In this section of the Bootstrap 4 documentation, says: "We do not support Multiple form-Controls in a single input group" But on the same page, in the section Multiple inputs, a little further…
-
2
votes2
answers225
viewsModal from delete boostrap
I have the following code in my delete.blade.php file and it is not showing the delete commit modal. Bootstrap import link: <link rel="stylesheet"…
-
2
votes1
answer74
viewsButton and input color problem with bootstrap 3.3.7
I have a problem with the colors of my buttons, and I haven’t figured out how to fix it yet. If you have a button with type submit doesn’t stay in the color I want. Example with type submit:…
-
2
votes2
answers476
viewsCentering dropdown menu in Bootstrap 4
By default, the dropdown component menu of Bootstrap 4 is left-aligned with the button that opens it: I need to align the dropdown menu with the center of the button so it looks like this: I found…
-
2
votes1
answer53
viewsAlignment with two elements in the flexbox: One centered and the other at the end of the flexcontainer
I’m trying to align two elements in the same line: one centered and the other at the end of the flex container. I get the expected result with this code: <div class="row"> <div…
-
2
votes1
answer210
viewsHow do I get the toggle menu to close when clicking and take me to the beginning of the section correctly?
When I add the code below, the menu even closes when I click, but that doesn’t get me to the starting point of Section. This takes me a few pixels down, unlike what happens in my original code…
-
2
votes2
answers109
viewsPut input at the end of the container with Bootstrap
Good evening, I’m trying to put this input at the end of this bootstrap container, but I can’t at all. I need this search input to be at the end of this Row. <!DOCTYPE html> <html…
-
2
votes1
answer310
viewsCSS Sticky position does not work with Bootstrap class=Row
Hail, hail. I’m having trouble fixing a menu on a website. When page content has a DIV with class bootstarp ROW, this DIV overwrites the menu at scrolling time. HTML: <html> <head>…
-
2
votes1
answer279
viewsWhat’s wrong with this non-responsive paging using boostrap 4 in Laravel?
I’m using Laravel to make a system, along with the framework Bootstrap. And I’m using the paging feature. However, I’m having trouble making the pagination numbers responsive. Both are not…
laravel twitter-bootstrap laravel-5 responsive-layout pagingasked 5 years, 1 month ago Arthur Abitante 439 -
2
votes1
answer198
viewsMy carousel button stopped working when I uploaded the images
Good, I put a bootstrap Carousel in my HTML but when I put the images the slide change buttons stopped working. You can see what’s wrong? <head> <link rel="stylesheet"…
-
1
votes2
answers1847
viewsChange layout of a radioButtonList / checkBoxList Webforms to make it compatible with Bootstrap
As is known, the default layout format of a radiobutton or checkbox in list controls in Asp.Net Webforms is always something like <label></label><input> I wonder if there is any…
-
1
votes1
answer194
viewsGrid Sytem Bootstrap
I’m trying to use Bootstrap’s Grid System, but I can’t. I read those two questions: How the grid system works?, Spacing with bootstrap columns. I followed exactly what was answered, but it still…
-
1
votes1
answer492
viewsBootstrap Navbar Collapse firefox problem
I recently started working with Bootstrap and am trying to create a navbar. The problem is that the navbar appears to be normal until we decrease the size of the window where it gives collapse as it…
-
1
votes2
answers3026
viewsBootstrap styles do not load
I have a website and I’m using Bootstrap but for some reason when I go to index.php everything works as it should be, but if it goes to index.php/ (with the bar at the end) the HTML code loads but…
-
1
votes1
answer176
viewsProblems creating media queries for Samsung Galaxy S4
I’m developing a responsive website and in it I set some CSS tags with media queries, but I still suffer with some devices, as an example, the Samsung Galaxy S4. I believe it’s because it contains…
css twitter-bootstrap responsive-layout media-queriesasked 10 years, 8 months ago Phellipe Lins 1,261 -
1
votes2
answers597
viewsData-Tables misaligning table title and body when scroll is applied
I’m trying to apply the plugin DataTables to the tables in my template, the problem is that when I apply the scroll, the table ends up misaligning the title of the table of its respective data body.…
-
1
votes1
answer154
viewsHow to increase the distance to appear icon that expands menu
I am in a MVC 4 project, using bootstrap and I want to know if there is a way to change the configuration so that the button that expands the menu (which only appears on smaller screens) appears on…
-
1
votes1
answer1257
viewsBootstrap Popover with table-Responsive
I am using Bootstrap v3. And I need to filter table fields. I have chosen to use this example as a basis. I’m now having a problem, when I’m viewing my table (it’s table-Responsive) on a mobile…
-
1
votes5
answers501
viewsHover only on some columns
I have a table with 6 columns, but I just want to give hover in the first 4 columns. It is possible to do this? I’m using MVC 4 and bootstrap I’m already using a method in Jquery: $(".table tbody…
-
1
votes0
answers171
viewsUsing bootstrap and apache Tiles
I will start using Spring MVC to create my pages but have some questions: Using Apache Tiles to create templates and using Bootstrap(CSS Framework) to style pages is advantageous, or is it better to…
-
1
votes1
answer4028
viewsHow to include Bootstrap source files (Glyphicons) in Rails?
In my Rails applications I usually include Bootstrap manually in the folders: app/assets/stylesheets/lib (CSS) and app/assets/javascripts/lib (Javascript) Everything works perfectly with the…
-
1
votes3
answers1020
viewsGood practices with bootstrap grid system
It would be good practice to declare grids within grids using twitter bootstrap and this can affect code responsiveness? Example: <div class="container"> <div class="row clearfix">…
-
1
votes2
answers111
viewsPage with Horizontal Navigation
I am with a challenge to build a site using Bootstrap + Wordpress, however I need my container have horizontal navigation. How do I do it in Bootstrap?
-
1
votes0
answers53
viewsPrevent SQL attacks via $_POST x-Editable
Is there any way to prevent SQL attacks on $_POST, whereas he gets every kind of value, url, name, date and some special characters. I’m using the plugin x-Editable (former Bootstrap Editable).…
-
1
votes2
answers3816
viewsFade effect of elements just by visualizing them with bootstrap
I wonder how to make that effect fade of elements on the page only when it is viewed. For example, I have seen some websites made with bootstrap that when scrolling the page the elements will be…
twitter-bootstrapasked 10 years, 4 months ago Henqsan 407 -
1
votes2
answers613
viewsTwitter bootstrap, button on panel title
I’m trying to put a button inside the title of a panel twitter bootstrap 3, but this button is not aligned centered on the panel. Code: <div class="panel panel-default"> <div…
-
1
votes0
answers105
viewsTagsinput bootstrap does not work
I’m using the bootstrap tags input together with Bootstrap 3 and I’m not getting the typehead Code: $('#tags').tagsinput(); $('#tags').tagsinput({ typeahead: { source: $.get('tags.php') } }); the…
-
1
votes3
answers567
viewsHow to assign values to Bootstrap buttons
Bootstrap (how to do the menu bar by assigning values to buttons. .ex.: I created the "Home" button, as I can assign a value to it for when I access it I go to the home button page...)
-
1
votes3
answers998
viewsHow to work with multiple bootstrap columns,
In bootstrap 3, there are some types of columns col-Md-xx , col-Sm-xx, col-lg-xx My question is, is there any pattern to be easy to develop with all these columns? For example "Whenever using…
-
1
votes1
answer53
viewsHow do I define using a class (center-block) in media-querie?
I am using BS3 and would like to align a div to the center as the resolution is greater than 1200px and the right when between 992 and 1199px. In the code I use the class center-block, how to…
twitter-bootstrapasked 10 years, 2 months ago Sandro Elias Graziosi 623