Questions tagged as 'twitter-bootstrap'

1
answer

Layout unconfigured using Bootstrap Wizard

I'm running some tests with a script where the user can only go to the next step if the corresponding checkbox is checked, I got the help from @Sam to make this configuration, but now I have a layout problem, unconfigured and I confess I did not...
asked by 17.12.2018 / 13:07
2
answers

Responsive menu using Bootstrap

I want to make a fixed menu using booststrap, so that it is responsive; ie when you decrease the screen the menu turn an icon. However, when I decrease the viewport screen the icon appears to be there, but it does not appear visually. <...
asked by 18.12.2018 / 16:24
1
answer

width 100% responsive bootstrap

I'm using the bootstrap for your fluid grid, I've used row-fluid out of container-fluid to run out of bounds. In the desktop resolution the footer is normal with the width 100%, but when it decreases the resolution it gains the mar...
asked by 08.10.2014 / 16:18
2
answers

how can I make a slide FULL SCREEN

How do I leave a carousel in bootstrap full screen for mobile devices because on the desktop it stays the way that I want to occupy the entire screen without leaving blank space but in the devices it does not stay this way I wonder if it...
asked by 01.01.2016 / 04:05
2
answers

Questions and doubts about the bootstrap 3 Layout

Hello, I'm starting now with the bootstrap and it's my first contact with responsive layout. I'm trying to create something like this: But I can not leave everything in place I can not do anything. Can anyone help me?     
asked by 15.06.2014 / 21:20
2
answers

Tables with Bootstrap

I started yesterday with Bootstrap and I'm still on the learning curve. My need is a table with two columns, a form of a grid. In this table I have only two columns: CNPJ and Social Reason. And I make a query in the DB and I bring CNPJ and Reaso...
asked by 25.06.2014 / 21:33
1
answer

DIVs with float right without their inverted position

I would like to know how to ensure that two DIV , both with float:right , do not reverse the position, for example: <div id="divMaster"> <div class="pull-right" id="Div1"> </div> <div class="p...
asked by 26.06.2014 / 23:24
2
answers

Enable next Bootstrap Wizard step if checkbox is checked

I'm trying to do a check with a Bootstrap Wizard that I'm using, I need the steps to be enabled if certain checks are checked, otherwise the next step can not be enabled. Ihavethesestepsintheform:<divclass="form-bootstrapWiz...
asked by 13.12.2018 / 19:18
2
answers

Position div or button inside at a specific point in an image

I need to mount a kind of map, where the user clicks on a button that is in the x, y coordinate of an image and a modal opens. I can not use background-image for this, so I put the image with z-index: -1 , now I need to create some but...
asked by 09.05.2018 / 15:26
4
answers

change class of the clicked element

So guys I have a list: <ul class="nav nav-tabs" id="myTab"> <li class="active"><a href="#novas"><span class="badge badge-info"><?php echo $qtd_novas ?></span> Novas Mensagens</a></li> <l...
asked by 10.04.2015 / 21:43