Questions tagged as 'bootstrap'

1
answer

The content of '.modal-body' appears 'visually' outside of its container

What happens is that there is a line that delimits what would come to be the end of the "modal-body". But as you can see in the image the content that entered the label with that class appears as if it were outside that container but a bit above...
asked by 18.10.2017 / 20:51
2
answers

Select - Option with two font types

How can I format the attribute of an element with two fonts or colors to distinguish between two fields? for example Ensenada, Baja California Mex Ensenada, whether it is of a type or color of letter and Baja California Mex is of another type...
asked by 19.10.2017 / 02:57
1
answer

Bootstrap 3 Datepicker first day of the month

I am using the bootstrap3 DataPicker, but I have not been able to set it to start on the 1st of the current month, I have tried many forms, here below one of them. Has anyone done it? $(function() { $("#date_id").datepicker({ firstDay: 1 })...
asked by 23.10.2017 / 21:50
3
answers

how to adjust the contents of a cell, which occupies the entire cell

I want what is inside the cell to fit the content or that the content fits into the cell I send you the image of how it is: as you see the tto1linea image does not occupy the entire cell, when I change the size of this image, it gets...
asked by 12.10.2017 / 22:09
1
answer

How can I add a static or fixed Navbar to a component in React with Meteor

I have seen that being able to apply a fixed navbar can be applied with 'Scrollspy' of bootstrap, I found an example on this page link but when doing it with my component it is not seen in the same way, is my component the js file as I can imp...
asked by 09.10.2017 / 23:49
0
answers

image style not working after injected html img src tag

Que Tal! Could someone help me with this topic? I have a web with a slider in front that presents 5 fixed images and which I want to assign with a random index. As I move down the page, I have another gallery of 20 images. In both cases I...
asked by 30.09.2017 / 01:43
0
answers

create edge at the end of the image inside a carousel

I'm trying to place a blue border at the end of the images that are inside the carousel, but I could not, this is my carousel's html code. How could I add that edge? <div class="row fila2"> <div class="col-12 imagenesc"> <...
asked by 03.10.2017 / 03:53
0
answers

Why are the elements of the website with Bootstrap undo in smaller resolutions?

A big greeting to the whole community: Just starting with Bootstrap, I'm making a website, but I realize that the website is not the most appropriate version in sm, in a good desktop version, but when I reduce the window it gets out of orde...
asked by 21.09.2017 / 19:00
2
answers

DIV and ROW Boostrap

I'm starting in Boostrap and I'm trying to do a row and column exercise but I do not know where I'm failing <div class="row"> <div class="column">Hola mundo</div> </div> I'm supposed to line up a bit to the right but...
asked by 17.09.2017 / 02:54
1
answer

How to load data to modal from table

Good I do not know much about jquery or ajax but they said that with those two I can do it, I use php pdo to connect and it does it and my table of the page shows me my registers correctly and to each record I add two buttons edit and delete (ed...
asked by 12.09.2017 / 23:19