Questions tagged as 'twitter-bootstrap'

0
answers

Dropdown button bootstrap Error

The down arrow that marks the dropdown of the navbar button is irregularly sized to the size of the button. See the image below (Blue Button) Navbarcode:<navclass="navbar navbar-default navbar-fixed-top" role="navigation"><!------...
asked by 25.01.2015 / 21:07
2
answers

Bootstrap Nav-bar multicolored

How can I make my nav-bar multicolored? For example, half of one color, half of another? I want to do something in that style but I do not want those gradients.     
asked by 14.02.2015 / 20:22
2
answers

White bar at the top of wordpress

I'm setting up a theme in wordpress 4.1 and I'm having a problem with Chrome. A white bar appears at the top of my layout and I can not get it out! See: AndwhenIseeintheChromedeveloper,itappearsasifmyheaderiswithinbody!Kindofcrazythis,itha...
asked by 12.02.2015 / 01:24
2
answers

Carousel image resolution

I have been looking for some option but I have not found how to configure the resolution of the carousel. I'll give you an example. Have this image: Inthecarouselitlookslikethis: Is there any way to make it whole, or a bigger part? Does...
asked by 19.02.2015 / 23:43
2
answers

Bootstrap collapse

I'm creating a list using collapse in an interaction of loop , but they're all starting open, I'd like only the first item of my collapse to be open. If you double click on one of the items, it closes all the others, leavi...
asked by 29.01.2015 / 13:25
0
answers

Tagsinput bootstrap does not work

I'm using the bootstrap tags input in conjunction with Bootstrap 3 and I'm not getting the typehead to work. Code: $('#tags').tagsinput(); $('#tags').tagsinput({ typeahead: { source: $.get('tags.php') } }); tags.ph...
asked by 27.07.2014 / 07:14
0
answers

Using bootstrap and apache tiles

I'm going to start using Spring MVC to create my pages but I have some questions: Using Apache Tiles to create templates and use Bootstrap (CSS Framework) to style pages is advantageous, or is it better to use Bootstrap to do these two fu...
asked by 02.06.2014 / 00:07
3
answers

Working 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 standard to be easy to develop with all these columns? For example "Whenever I use col-md-4 it is good practice to use col-sm-6...
asked by 13.08.2014 / 18:08
1
answer

Prevent scroll while the Modal Bootstrap is open

How do I prevent the scroll scroll while the Bootstrap Modal Dialog is open? <!-- Modal --> <div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="docum...
asked by 18.08.2015 / 12:53
1
answer

How to create a sub submenu using bootstrap megamenu

Does anyone know how to create a submenu with megamenus? Thanks .navbar-default { color: #fff; background-color: #39b3d7; border-color: #269abc; } .navbar-default...
asked by 04.12.2015 / 22:39