Questions tagged as 'bootstrap'

1
answer

Dropdown on navbar

I need a force here for a problem that is killing me. I can not give action on dropdown on my navbar . I'm using Bootstrap 4.0 and jQuery 3.2.1. Here are my codes: <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js...
asked by 08.01.2018 / 15:46
1
answer

Create a sub menu using bootstrap with an indicator

I'm having a question about creating a menu using the bootstrap framework where I would like to create a menu and a submenu that contains an indicator in the case a simple stroke as in the attached image. <!--IniciodoNavbar--><navcl...
asked by 15.01.2018 / 14:30
1
answer

Specific Confirmation Mode

<buttontype="button" class="btn btn-danger alert-confirm m-b-10" onclick="_gaq.push(['_trackEvent', 'example', 'try', 'alert-confirm'])"><i class="fa fa-trash fa-lg"></i></button> What I want is that by clicking on th...
asked by 17.12.2017 / 17:20
1
answer

How to insert a line above the carousel

I'm trying to make a carousel that when clicking on the items the image is displayed and next to the content I would like to insert a line like the image below and center the items with the title beside how do I do this? <divclass="home-d...
asked by 05.02.2018 / 16:32
1
answer

Problem with ROW Bootstrap

Hello, I'm starting bootstrap, and I'm already asking for forgiveness for ignorance in the subject, for testing some things, and I noticed that when using the grid system using class "row" there was this result : Noticethatthebootstrapcuts...
asked by 01.11.2017 / 03:45
1
answer

How to trigger the event cancel when I click outside the modal or ESC constraint?

Problem with output from modal $uibModal : var modalInstance = $uibModal.open({ animation: true, templateUrl: 'detalhes_leitura.html', controller: 'ModalController',...
asked by 03.11.2017 / 16:14
1
answer

Customize Select Option

I need a Select equal to that of the image: But this is from Twitter Bootstrap and I use Bootstrap 4 and in the documentation I did not find anything like that. Is it possible to do with Bootstrap 4 or even pure CSS?     
asked by 15.12.2017 / 00:29
1
answer

Bootstrap Navbar is not functional

I have already copied according to the Bootstrap documentation but my navbar is not working correctly when I lower the screen. The button appears normal, but when I click it, it should open a menu with the options of my "nav-content", but nothin...
asked by 28.09.2017 / 21:10
1
answer

How to leave content below the fixed menu top Bootstrap

Hello, my question is, I am trying to put a container-fluid exactly underneath a fixed-top div of the Boostrap, where it contains a Navbar Menu and an ul, I had to put it to leave the two fixed at the top. I had to use css in Body to make room fo...
asked by 01.10.2017 / 07:51
1
answer

Center form

I have a form and I need to centralize it using only the classes offered by bootstrap . My form: <div class="container-fluid"> <div class="row"> <div class="span12" style="text-align:center; margin: 0 auto;"...
asked by 10.09.2017 / 20:27