Questions tagged as 'twitter-bootstrap'

1
answer

Dropdown does not find the target

<button data-toggle="dropdown" data-target="#teste" class="btn btn-blue-grey btn-lg btn-group" mat-button>Configurações <i class="fa fa-caret-down" aria-hidden="true"></i><br><i class="fa fa-cog mr-1" aria-hidden="true"...
asked by 16.07.2018 / 22:57
2
answers

Hide navbar when item is clicked

I'm developing a site whose menu is navbar with dropdown of bootstrap 4. When I view the site on a smaller screen, the nav is replaced by the button burger and is only "activated" when this button is clicked. However, I want it to be "disabled"...
asked by 17.08.2018 / 23:38
1
answer

Aligning fields with bootstrap inline-forms

Good afternoon! I do not have much experience with frontend, but I will have to turn around to finish a project, so I will need a little help. My question is, I have some forms on the screen, and I would like it to be aligned one underneat...
asked by 27.08.2018 / 19:22
1
answer

Change default bootstrap theme

Good morning, I'm studying Bootstrap and would like to change the default theme of it. I have the following navBar: Iwantittolooklikethis: I know I have to change the default theme in custom-theme.scss, I know I can do it right in CSS but...
asked by 06.08.2018 / 16:44
0
answers

DateTimePicker post and book the next business days

Good morning! I'm having a big problem, I use the Bootstrap DateTimePicker to include a calendar just above a stopwatch on an html page, but now, on this calendar, the next 5 business days after the current day were requested to be demarcated...
asked by 03.07.2018 / 14:17
1
answer

Grid bootstrap containers side by side

I'm doing a PHP project, and in it I have to display the products on the main screen once it's registered, it's displaying one below the other, but I want to show them side by side, by giving a float-right everything and moves all the pro...
asked by 20.06.2018 / 07:13
1
answer

Bootstrap menu does not work

I'm a beginner and I'm learning Bootstrap, but after trying everything, I can not make the menu work. - I already tried on another PC and another browser - I have already downloaded the Bootstrap.css and .JS documentation - I already linkei dire...
asked by 13.07.2018 / 17:55
0
answers

Open window for deleting and sending data to another page with Javascript

I tried to do this as well, however, I have several records inside a repeat loop, the value of the id that I can get is last in the list. How do I get the registry value individually. function confirmacao() { var resposta = confirm("Rea...
asked by 08.06.2018 / 16:58
1
answer

How to adjust the size of a generic Modal Bootstrap window according to the desired View

I have a generic bootstrap modal window that will open several views. The problem is that each of them will have a different screen size and currently, my settings stay fixed (style="width: 800px; height: 500px;") ... Is there any way I can chan...
asked by 01.07.2018 / 21:35
2
answers

Change icon automatically when clicking

I had a question about my change of icon in a javascript on a login page. I tried to use the same code or other parts of the page and it did not work, because on that same page there are other elements with the same type of button that would be...
asked by 30.05.2018 / 19:07