Questions tagged as 'bootstrap'

1
answer

Image surpassing bootstrap grid size

I defined a grid and inside I played an image, this image needs to have a height of 150px, so I set the height to it, the problem is due to the fact that the image is surpassing the grid, I do not want to force 100% width with a height of 150px...
asked by 19.02.2017 / 01:35
1
answer

Align images side-by-side grid bootstrap

I want to align elements on the grid, but it stays on top of each other when I place it. I tried to use float: left , at first it works, but when the screen gets small everything gets messed up, the images are out of div . Here...
asked by 30.01.2017 / 14:14
1
answer

Align form items with CSS

Hello, I would like some help to align the items in the following form. I would like the labels of the selects to be above the same as the labels of the inputs. Additionally I would like the selects, the imputs and the buttons to be aligned in t...
asked by 22.08.2016 / 18:18
1
answer

Referencing Variables in HTML

I'm a beginner in web programming and I have a simple (I think) doubt: I was wondering if there is any way to reference variables from a backend language (in my case I'm using Go-lang) in HTML? I'm using the Bootstrap framework to build the fron...
asked by 30.09.2016 / 13:26
1
answer

Bootstrap Columns

I have a question on bootstrap (v4-alpha). I created a <div class='row'></div> and within this div I have 4 elements side by side. <div class='col-3'> I wanted a breakpoint that at one point displays only two ele...
asked by 19.06.2017 / 15:21
1
answer

I have problems with this form to pass the data through PHP, but I can not get the error

I have this form within a bootstrap modal; <form action="form_handler.php" method="get" name="precioUpdate"> <div class="col-xs-6"> <label for="venbras_actual_venta" class="col-xs-12 form-control-label">Precio actual de...
asked by 31.12.2016 / 16:50
1
answer

Close modal bootstrap automatically when submitting form

I have a modal bootstrap that has a contact form: HTML:              Thank you! Your form has been successfully submitted and will be answered as soon as possible.              <div class="modal fade" id="contactModal" tabindex="-1"...
asked by 13.01.2017 / 01:21
1
answer

How to change the text of the paging buttons of the Bootstrap Pagination UI?

I'm working with UI Bootstrap Pagination , but by default the language is in English. Would it be possible to change without having to modify Javascript directly? If so, could you give me a simple example?     
asked by 13.12.2017 / 13:33
1
answer

bootstrap or grid-template

Flexbox , Grid-template , or flexbox . p> I have this doubt because when you see the websites that used Bootstrap the code stays in class <div class="row"> <div class="col col-md-4"></div> <div class="col col-md-...
asked by 06.11.2017 / 23:34
1
answer

How to play fade in effect of modal bootstrap for dialog jquery ui?

I am standardizing the modal visualization effects, in this project I have both modal bootstrap and dialog, it happens that both have different effects. wanted to just leave them with fade in, default bootstrap. Example: $(function()...
asked by 20.09.2016 / 16:04