Questions tagged as 'bootstrap'

2
answers

How can I align Bootstrap form

I want the form to be well aligned, the create button I want it to be below the dropDownList This is the code I'm using <form> <div class="form-row"> <div class="form-group col-md-4">...
asked by 12.03.2018 / 21:35
1
answer

The bootstrap navbar 4 is not transparent

The Navbar of bootstrap 4 is not transparent to me, try placing a class called to the navbar called <nav class="my-navbar"> And remove the color in the CSS in this way: .my-navbar{ border:0px; border-radius: 0px; background:none;...
asked by 17.03.2018 / 04:35
2
answers

How to reduce the footer from the bottom?

Hi, I want to make the footer be less high. With the help of Edgar Gutiérrez I got with this gif that found me. I have tried several ways and yet it did not work, because the upper part of the gif was lost, which gives it its charm. I want to cu...
asked by 20.02.2018 / 17:06
1
answer

Div and Responsive Content

Requirement Create a responsive div, that is, change the size of the content but the location is exactly the same, in my case, that changes the size of the bus and at the same time the size of the heads, maintaining the location. In this...
asked by 01.03.2018 / 14:19
1
answer

Saving data from a form with a bootstrap modal

I have a modal with a form and when I give the button to save the data I have entered, it does not send me to the address / path that is defined in the action attribute of the form tag, and therefore it does not save data In the database, what w...
asked by 25.02.2018 / 15:19
1
answer

Nested rows with bootstrap grid [closed]

I need to create a grid, as the following image shows, I am using bootstrap 3 Example: Thanks !!     
asked by 26.02.2018 / 18:58
1
answer

Align divs using bootstrap

<?php include "header.php"; require 'conexion.php'; ?> <!DOCTYPE html> <html lang="es"> <head> <meta charset="utf-8"> <meta name="decription" content="etiquetas html5"> </head&g...
asked by 23.01.2018 / 16:40
1
answer

Display datetimepicker up

How do I do to display a datetimepicker up immediately above the input that displays it? How should I initialize it? Use bootstrap 3.3.7. For now I only have it initialized in this way: $("[id^='Date']").datetimepicker({ locale: 'es',...
asked by 30.11.2017 / 23:25
1
answer

How to reduce the width of the navigation bar elements created with bootstrap?

I'm trying to reduce the width of the cells in my navigation bar. I was helped again by a colleague, @Camilo Vasquez adding bootstrap libraries and telling me how to change the source. But I'm wrong with code. With its help I have also managed t...
asked by 16.11.2017 / 02:04
2
answers

Help showing catalog products html css

I have the following code in HTML where I want to show a catalog of products with 4 columns and n rows- Everything is fine and it works but when the name of the product is too long the table starts to go down and stretch and unravels the others....
asked by 19.12.2017 / 19:34