Questions tagged as 'twitter-bootstrap'

1
answer

FREE Tool for Wireframe

Among the various tools found when searching about it, could anyone give indication of a good FREE tool for creating a wireframe? The focus and development of system for web. Please note that I am not looking for the best, but rather an indic...
asked by 18.05.2016 / 01:27
0
answers

Align items right inside a flexbox

I'm using bootstrap 4 and this css class, to vertically align my items: .vertical-align { display: flex; flex-direction: row; } .vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] { display: flex; align-items:...
asked by 09.05.2016 / 20:47
3
answers

How to display the value of a variable in a modal bootstrap with PHP?

I have form that does a calculation, inserts in the bank and returns the value through a alert . I would like to replace this message with alert with a modal . HTML <form method="post" action="#"> <inpu...
asked by 19.04.2016 / 15:52
0
answers

Spacing with the Menu

I'm having the following problem: I can not remove this menu spacing with jumbotron. <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container"> <div class="navbar-header"> &...
asked by 10.04.2016 / 22:31
1
answer

How do I put one control side by side with bootstrap

I have this html with bootstrap. I need to put some textbox next to each other. I used a horizontal control and it did not work. In the Producer control I put two textboxes and it did not work. <form class="form-horizontal"> <div...
asked by 30.03.2016 / 15:22
0
answers

CSS - row with col-md-6 containing photos is not aligned correctly

I have a listing of 8 photos and then I have a button that carries me two more photos. However, the photos do not appear correctly aligned because a hole always appears without any photographs. ThecodeIhaveisthefollowing:<divclass="row"&g...
asked by 28.04.2016 / 16:33
1
answer

Div fixed hide when arriving in another div

Hello, I'm trying to implement this idea in my project: link function removerSetas() { var topo = $(window).scrollTop(), alvo = $("#alvo").offset().top, setas = $(".left, .right"); if ( topo > alvo ) { setas...
asked by 05.03.2016 / 19:36
0
answers

Problem with width: 100% in responsive image in bootstrap 3 for mobile devices

I have a problem that is very basic at first, but I have tried everything that is not working. The problem only occurs when opening the site on the smartphone .. if I simulate the resolution in the PC browser it works normal .. See the ima...
asked by 24.02.2016 / 02:50
0
answers

Click menu does not work on mobile

I made a responsive menu that works in the browser, but on smartphone I can not click the child link. Example user menu - > create. When I click on user it opens the options (list, create and change password), however, when I click on any o...
asked by 18.02.2016 / 17:52
1
answer

Center tabs

I have the following code: link How do I centralize the "tabs", ie: <ul class="nav panel-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Tab 1</a></li>...
asked by 15.02.2016 / 05:10