Questions tagged as 'bootstrap-3'

1
answer

Place the image on the right side of the screen

How can I put the image in the right corner? See: Thecode:HTML<sectionclass="apresentacao"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-9">...
asked by 10.06.2018 / 14:15
0
answers

Bootstrap does not work on Angular V-6

I can not use Bootstrap on my page: I installed the 3% version with% on npm install --save bootstrap@3 I put the path: angular.json
asked by 17.05.2018 / 20:26
1
answer

DIV that starts at the end of another div and goes to the end of the parent div

I have the following structure: <div class="pai"> <div class="t1"> itens </div> <div class="t2"> itens2 </div> </div> css .pai{ height:100%; } .t1{ height:20%; } .t2{ he...
asked by 28.04.2018 / 18:00
0
answers

How to change the location of the Bootstrap File Input preview?

I need to change the location where the preview of the images appears, put it inside another div because it is being placed automatically above the input file. So far I have not found anything in the documentation that shows how to change this....
asked by 23.02.2018 / 19:41
0
answers

Bootstrap Modality Creating Multiple Instances

I have a modal bootstrap problem that is creating multiple instances of the same modal .    I use the BOOTSTRAP V4 modal using new Javascript . O   that I must do to "destroy" the modal that will be closed and then   reopen it again if yo...
asked by 06.02.2018 / 16:43
1
answer

Bootstrap Problem with JavaScript

I have an HTML code that when I insert the class form-control into the input, my JavaScript function does not work. This does not work for my sum function: <div class="container"> <div class="row"> <la...
asked by 11.12.2017 / 16:59
1
answer

Add date in table

I'm pulling an API and putting its data inside a table, but that data goes to the table part that is the td, but I want to put the date the data was implemented there, so the date would stay in th. Currently my code looks like this: <div...
asked by 06.11.2017 / 15:37
1
answer

Div without padding lef and right in mobile view

Hello, I'm a bootstrap beginner and I came across a text-viewing problem that I can not solve. The situation is as follows, according to the attached images, my page has a field that displays a text divided into 3 columns in the desktop versi...
asked by 06.11.2017 / 13:30
1
answer

Table with Bootstrap does not respond to some displays

I'm doing a table with bootstrap, and I'm testing google chrome, but when I put it to see how it would look on Iphone 5, the table does not shrink and pops up the layout. ThisblacklineinfrontofthetablewasaborderthatIputintheinClassRow,justto...
asked by 10.11.2017 / 14:04
0
answers

Centralize input vertically within panel-heading

How can I centralize this search input to stay in the line of text? I tried to apply margin but instead of going up, it pushes the table down CurrentCode:<!--tabelaservicossolicitados--><divid="paineldeordens" class="panel panel-defaul...
asked by 02.11.2017 / 18:55