Questions tagged as 'bootstrap'

3
answers

Correctly align form to your left margin

I am using bootstrap 3. In a modal window I have an online form and below is a table. But the left margin of the form is not the same as that of the table or the title of the window. How can I correct that? <section class="main container"&g...
asked by 24.08.2017 / 20:20
4
answers

Is it necessary to modify bootstrap.min.css to add / make prevail my particular styles?

In a project in VS2013 of a website I want to modify some attributes of the design. The changes made to bootstrap.css in the page inspector are displayed, but when they are published, the site does not appear. Scratching I discovered that bootst...
asked by 09.03.2016 / 16:00
3
answers

Is it possible to accommodate these objects responsively using bootstrap?

I'm doing this responsive site with bootstrap, but I do not know how to use the grid or the @media to adapt as in the second image. Should I use javascript? <div class="container" style="background-color: #000000">...
asked by 10.07.2017 / 01:14
2
answers

Show Pop Up of an image

My question in itself is how to make an image appear every time an html page is loaded, attached code and example image: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <b...
asked by 31.07.2017 / 16:46
2
answers

Styles Bootstrap

I'm doing a web app to which I want to incorporate bootstrap as well as custom styles. The problem is that I take the default bootstrap styles but not the custom ones I apply. For example: in the index.php I have a jumbotron, which I want to cus...
asked by 19.02.2018 / 15:07
2
answers

Is it possible to put the browser icon as a source?

I want to change the icon that appears in the browsers tab, the person in charge of uploading the image is: <link rel="shortcut icon" type="image/x-icon" href="logo.ico" /> Well now I want to load a source of bootstrap, type glyphico...
asked by 20.09.2016 / 16:45
3
answers

How to make a bootstrap Collapse in html tables?

I would like to get this effect toggle bootstrap in a table, that is to say: get that effect of displacement up, but all I get is that it appears and disappears with a horrible effect. I leave you a bit of code: $(function ()...
asked by 05.10.2018 / 19:27
2
answers

Center the contents of a div without aligning the text Bootstrap

Good afternoon, the problem I have is the following in this column I would like to center the content of the div, but when using "text-center" the text gets centered too, I would like the "p" label to be centered but not align the alignment of t...
asked by 14.02.2017 / 21:41
2
answers

Problem with JQuery click event

I have this code: var elementos = $("#caja1").children("a.list-group-item"); var elementos2 = $("#caja2").children("a.list-group-item"); function asignarClick(elementos) { for (var i = 0; i < elementos.length; i++) { $(ele...
asked by 25.05.2017 / 15:35
2
answers

Resize Carousel Bootstrap 3

Hi, I have a bootstrap carousel and I would like to modify its size but I can not do it, and I tried to apply modifications to the main class, but I only reduce the size of the carousel in case of the carousel images. How do I establish a custom...
asked by 07.07.2016 / 21:39