Questions tagged as 'twitter-bootstrap'

1
answer

Align footer for a div, with the footer of another div

Well guys, I'm doing a web project using bootstrap. I would like to know the following: I have a div, where the amount of elements inside it (inputs) is less than a second div, on its side (both with col-md-6 inside a row). The image below il...
asked by 21.09.2017 / 20:02
1
answer

Component Placement in ASP.NET MVC

   I am having difficulty positioning components in css, in this project I am using bootstrap techniques to make a form, and according to the image below I can not leave the components centralized right on a line when I put labels on some compon...
asked by 05.09.2017 / 20:14
1
answer

Problem with component width with form-inline bootstrap

I'm building a form and I'm having trouble organizing the form's components the way I would like it to be. When I use the col-md class of the bootstrap the components are getting all unconfigured and when I size the fields by CSS, when...
asked by 05.09.2017 / 15:39
1
answer

Navbar Toggle button does not appear

I'm making a responsive menu bar with Bootstrap 4, however when I reduce the size, the Toggle button to open the collapsed menu does not appear. Here is the HTML and CSS code: HTML:           <a class="navbar-brand logo" href="#">...
asked by 09.09.2017 / 19:04
1
answer

Bootstrap collapse does not work

I'm doing the freecodecamp portfolio challenge. In the menu part I can not get it to close on smaller screens. The menu closes but clicking on the icon does not open and shows the items. Where did I go wrong? link to codepen <nav...
asked by 10.08.2017 / 17:09
1
answer

Navbar under jumbotron?

I'm creating a layout and I'm trying to put a navbar underneath a jumbotron but I can not. It turns out that jumbotron gets a space at the top and navbar gets a space between jumbotron . How to solve this?...
asked by 16.08.2017 / 20:22
1
answer

How to disable a link that is calling a modal bootstrap?

I'm trying to make a <a href> do not call a modal from Bootstrap . <div class="row"> <div class="col-md-6"> <div class="form-group"> <div class="md-checkbox-list has-feedback" id="divTermosContrat...
asked by 07.08.2017 / 20:11
1
answer

Force container row col to be non-responsive in Bootstrap

I have the following family tree: link It is possible to realize that the responsiveness of a framily tree does not exist. In order to have a good visibility of this tree, the best way would be to do container > row > col where...
asked by 04.08.2017 / 07:25
0
answers

Site does not display CSS after Publication

After publishing my site, css does not load across the page, leaving only HTML. I'm using Bootsrap Less. My structure: Bundle: using System.Web; using System.Web.Optimization; namespace WebAutenticado { public class BundleCon...
asked by 28.07.2017 / 03:38
0
answers

Composer with Bootstrap?

How can I call bootstrap using composer , I tried for some time but unfortunately I could not get anyone to have any ideas? Vendor folder path of composer <?php require "../../vendor/autoload.php"; ?> Code usi...
asked by 30.07.2017 / 06:22