Questions tagged as 'twitter-bootstrap'

1
answer

Input spacing when fields are hidden

I am trying to solve what I consider a problem, I have some fields that are hidden and are only displayed with some radios are selected and are working, but what I would like to know is if a way to decrease the spacing that exists today e...
asked by 21.12.2018 / 21:02
2
answers

Cards with smaller content breaking

I'm using Bootstrap 4 to set up a page, and at the time of making some cards they're getting bigger or smaller than the others, even though they use the same col-sm-4 class. He is breaking because their content is less. my doubts a...
asked by 20.12.2018 / 23:01
1
answer

Position font-awesome next to the text

I have some arrows that need to be positioned next to the text, but not along with it. Next to it. ButIdonotknowhowtopositionthemthere,atthemomentI'mputtingtheminsidepandit'sgettingatthebeginningofthetextwithaparagraph.Youneedtoleavethemoffa...
asked by 21.12.2018 / 13:57
1
answer

Form validation with angle 6

I have this form, very simple, with only one field and one button. I gave a required input, and when I write with the empty field and / or null, it does not record (correct), but it already changes to the list screen. That would be correct, if y...
asked by 26.07.2018 / 18:29
1
answer

Calling a one-button route is not working

I need, when I create an Operator, after creating it, it should call another screen, the list of operators. Turns out it's not working. Is the route called operator and how do I put this button? <button type="submit" class="btn btn-primar...
asked by 26.07.2018 / 15:50
2
answers

Alignment problem in CSS

I have the following navbar: Onlyasyoucanseetheresultsdiv#isoutoflinewiththeinput#search.Code:<divclass="container-fluid primary-bgcolor p-3"> <div class="row align-items-center"> <div class="col-2">...
asked by 27.06.2018 / 16:29
1
answer

How do I centralize the links of a navbar viewed in mobiles with bootstrap 3?

Next, I'm using bootstrap version 3.7.2 to do a navbar and I configured it so that when "collapsed", that is, when viewed on mobile devices, it has the toggle button on the right and logo is located on the left due to css configurations. So far...
asked by 25.09.2018 / 18:58
1
answer

Remove dynamic inputs

I wanted the help to be able to delete a line from my form with javascript. I'm able to duplicate it, but do not remove it . $(document).ready(function(){ var clone_step1 = $("#step1").find(".duplicar-presencial").html(); // cópia da d...
asked by 04.07.2018 / 23:37
2
answers

How to make an HTML form stay responsive

I have an HTML and CSS form that is perfect on my site, but when I try to open it on a mobile device (mobile phone or tablet) it gets totally distorted. I'm using Bootstrap as a CSS framework. My code: .tudo-border-box { box-sizi...
asked by 30.08.2018 / 03:10
2
answers

Error in modal call with bootstrap 4 and jquery with id="#"

So guys, I created a modal like this: <div class="modal fade" id="#siteModal" tabindex="-1" role="dialog"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div cla...
asked by 03.06.2018 / 05:44