Questions tagged as 'twitter-bootstrap'

1
answer

How to position button and .page-header in the same row (inline)

I'm using the bootstrap for a simple dashboard and would like your help regarding the positioning of certain elements on the page. I would like to position the save button along with .page-header . But this class has the display:...
asked by 04.11.2016 / 00:21
1
answer

Modal bootstrap MVC 5

I'm trying to use the modal of Bootstrap , but I can not make the window open in modal form with the page style, instead it opens as a page with no style and using the whole frame of the browser. Following page code: @model MyApplic...
asked by 23.07.2015 / 21:00
1
answer

Fluid / responsive layout at least 940px and at most 1170px with bootstrap

I am a beginner with Bootstrap and responsive layouts and have encountered a small obstacle in developing a responsive layout using Bootstrap. In the site layout, content was created to be displayed with at most 1170px and at least 940px in widt...
asked by 23.05.2015 / 06:21
2
answers

Navbar bootstrap getting behind the banner

I'm putting navbar of Bootstrap on a website, but when I click the button to open the menu, the menu appears behind the banner you have on the site. I took the position:absolute that it has in col-md-12 and it was on top (in...
asked by 12.05.2015 / 05:25
1
answer

Bootstrap 3: left tabs no longer work?

Hello, does not this code work in Bootstrap 3? <div class="tabbable tabs-left"> <ul class="nav nav-tabs"> ... </ul> <div class="tab-content"> ... </div> </div>     
asked by 12.05.2015 / 16:13
1
answer

is there any way to tweak the width of the input and continue auto resizable in Bootstrap?

<div class="col-lg-6" > <input type="text" class="form-control" style="width: 900px;"> </div> ps. I just put a big value in width to test ... If I do this, my input does not get auto resizable ... Can I just m...
asked by 06.03.2015 / 06:43
1
answer

Align left and decrease distance between controls with bootstrap

See the following image: Noticethatthefirstlabel(CNPJ)isalongwayfromthemarginandmostimportanttome.ThedistancebetweenthelabelandthecontrolistoolargeandthedistancebetweentheOSlabelandtheinputcontroloftheCNPJislargeaswell.HowdoIsolvethisquestion...
asked by 07.07.2014 / 14:44
1
answer

Form Multiple Steps Wizard

I'm implementing a step-by-step form ( Wizard ) and I'm using the project's CSS acornejo I basically use Bootstrap's Model so that the user can not sign in to their account without first completing certain steps. CSS tuning: .nav-wizard...
asked by 16.07.2014 / 18:06
2
answers

Bootstrap Grid for Form

How can I make a line break in a grid using bootstrap Well, mine is getting right columns instead of falling, even though the sum of the 12 column divs. I think I'm confusing and misunderstanding their grid system. <fieldset>...
asked by 13.03.2015 / 18:46
3
answers

Bootstrap navbar dropdown menu focus control after the click

Situation I have a navbar on my site, and in it I have several dropdown / megamenus menus. I need when clicking this dropdown, the user has the option to "scroll" the page up and down with the arrow keys. With the mouse scroll this alrea...
asked by 08.05.2014 / 15:38