Questions tagged as 'bootstrap'

3
answers

Float half of Dropdown Menu list to another position

How to do in the sixth cell of Menu Dropdown float to left as in the example below: Itriedunsuccessfullysomethinglike:<style>#main-navigation-2.dropdown-menu:nth-child(6),#main-navigation-2.dropdown-menu:nth-child(7),#main-navigation...
asked by 14.12.2017 / 19:03
1
answer

DIV TEXT fixed only in the space of the DIV FATHER

Hello, I would like to do the following. <div class="pai"> <div class="form"></div> <div class="text"></div> </div> I have a DAD and inside it there are two div's side by side. The heigh...
asked by 13.12.2016 / 08:04
1
answer

Is it possible to do a line break inside a placeholder?

I would like to perform a line break inside the placeholder of a textarea, so you can set an example how users can fill it. Is there any way to do this? <textarea placeholder="Excelentíssimo Senhor Professor Dout...
asked by 15.08.2017 / 16:00
2
answers

How to return the page with the anchor of the LARAVEL id?

After submitting the form I return to the page in question with two methods, redirect() and back() . In case I'm using the bootstrap tabs and would like to get back with the anchor of the id, eg: return redirect()->back(); /...
asked by 21.06.2016 / 22:42
3
answers

Switch the image on smaller screens

I have the following code: <div class="container-fluid"> <h1> Áreas de Atuação </h1> <div id="hr-atuacao"> <hr> <div class="card-columns"> <div class="card-img"> <img class...
asked by 07.10.2017 / 18:51
1
answer

Configure ng-bootstrap DatePicker for PT-Br

I'm using a Ng-Bootstrap DatePicker with Angular 2 and I want to put the date format (YYYY / MM / DD) into the format (DD / MM / YYYY) I also need to change the days and months of the calendar to Portuguese. Any ideas how to do this?...
asked by 27.10.2017 / 18:07
1
answer

How to create a join form (PickList) in modal?

How to make the screen below in modal. Remembering that the boxes are multi-selectable, and how do I click the Associar > button to pass to the right column the values I selected on the left and vice versa when I click on <...
asked by 23.02.2016 / 19:03
4
answers

Increasing modal size using bootstrap and html

I have a certain modal responsible for displaying some content of the site, however the content can not fit the modal screen, it always stays the same width regardless of the content ... how can increase the size of a modal? code being used...
asked by 08.03.2017 / 18:59
1
answer

How to hide a modal window after a while?

Colleagues. I do not know if I was clear in my doubt, but I would like the Bootstrap mode to disappear automatically after deletion confirmation. For example: the user will delete a product, the message "Product successfully deleted" appears....
asked by 19.06.2016 / 22:42
1
answer

Texts with undesired effect in Bootstrap

Why does my text appear with another text below it after I add the Bootstrap library on the page? (Notice the Copyright and the text from the top)     
asked by 25.05.2016 / 03:55