Questions tagged as 'bootstrap-3'

2
answers

Leave Input next to Label [duplicate]

How to align the inputs with the label Good afternoon, I have a dynamic form, it is done using Bootstrap and the inputs/Labels comes according to the data of the bank, everything is correct, however in the view the inputs are...
asked by 30.10.2018 / 20:56
2
answers

How to change size of Popover in Bootstrap 3?

I have the following code for a popover effect with Bootstrap 3, I'm using Bootstrap 3.3.7. This popover works as follows, as the mouse passes over this icon the message appears. I have several popovers on the page, but this one in particula...
asked by 25.10.2018 / 21:58
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

Place space between two bootstrap columns

The Bootstrap columns that fall within div with the .row class are pasted ( link ). But I'd like to "strip" them somehow, putting a spacing between them at least 20px. I have tried with css (using margin in column class: link )...
asked by 07.03.2018 / 17:50
1
answer

Lines and columns in html

I can not get the columns to be on the same line, I'm using the code below, but the columns come out side by side, and I want it to stay on the same line. <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="U...
asked by 07.03.2018 / 16:33
1
answer

Bootstrapped confidence interval for GLMM model parameters

I am having trouble generating a confidence interval that I was asked to when is a GLMM Normally if it were not binomial would do for example like this: library(boot) library(lme4) library(dplyr) dat <- data.frame(x = runif(100, -2,2),in...
asked by 06.02.2018 / 15:08
2
answers

Datepicker does not apply changes made

I'm using the bootstrap datepicker, but when I make some modifications they do not apply var defaults = $.fn.datepicker.defaults = { autoclose: false, beforeShowDay: $.noop, calendarWeeks: false, clearBtn: true,...
asked by 13.12.2017 / 19:18
1
answer

Use bootstrap alert 3

I'm trying to use bootstrap alert in a project, but I'm having a hard time doing it, what I have at the moment is this: if (sNome == "" || sTel == "" || sCEP == "" ){ $("p.erro").html("Todos os campos devem ser preenchidos"); return f...
asked by 07.11.2016 / 12:18
1
answer

How to remove white margin from a Carousel (Bootstrap)?

I've created a carousel on my site through the Bootstrap code, and I want it to occupy the full width of the screen (100vw) and almost all the height (90vh); so I put in the container width: 100vw and height: 90vh, but when I open the site the c...
asked by 03.10.2017 / 03:29
1
answer

Datetime Picker

I'm using this datetimer picker datetimepicker The date appears like this: 2018 January 30 - 10:00 and I want it to look like this: 2018-01-30 10:00 Can you do it in jquery or do I need to change it directly in the datetime picker code?   ...
asked by 30.01.2018 / 20:56