Questions tagged as 'bootstrap-3'

1
answer

Responsive image, does not resize correctly

I'm developing a site , and an image is not resizing as I expected, I have the image: <div class="cover"> <div class="cover-image" style="background-image : url('http://4.bp.blogspot.com/-AycDlsjqzZg/TwNAOJgtvWI/AAAAAAAAAsU/7J9HDo...
asked by 26.06.2015 / 05:55
3
answers

Change the breakpoint of the navbar

I have a navbar that works with the collapse, when at a lower resolution the menu group and appear only when clicked. Anyway, can I change the breakpoint of navbar only so that this effect occurs in a different resolution? I tried switching on t...
asked by 15.04.2015 / 14:07
1
answer

Fill modal with Bd data in PHP

I'm having trouble filling a modal with data coming from an sql query. I have a list with all products. In this list I have a button that when clicked should open a modal with the details of the product. Button: <button type="button"...
asked by 14.05.2015 / 13:46
1
answer

Messaging on the bootstrap grid

Hello, good afternoon, would you have any way to fix the col-md where it was positioned without any change? I used to do this in the past: <div class="col-md-12"> <div class="col-md-4"> </div> <div class="col-md-...
asked by 02.10.2018 / 21:04
0
answers

How do I make pages limit EX pagination: 1,2,3,4 ..., do not leave all numbers in view from 1 to 50 [duplicate]

<?php include_once("conexao.php"); $pagina = (isset($_GET['pagina']))? $_GET['pagina'] : 1; $result_curso = "SELECT * FROM cursos"; $resultado_curso = mysqli_query($conn, $result_curso); $total_cursos = mysqli_num_rows($resultado_curso)...
asked by 23.08.2018 / 14:17
1
answer

How to adjust the size of a generic Modal Bootstrap window according to the desired View

I have a generic bootstrap modal window that will open several views. The problem is that each of them will have a different screen size and currently, my settings stay fixed (style="width: 800px; height: 500px;") ... Is there any way I can chan...
asked by 01.07.2018 / 21:35
1
answer

Aligning objects on the screen using bootstrap

I have this code that I found on the internet that works like a dashboard, but I can not align the objects the way I like it The code: <div class="row"> <div class="col-xs-12 col-md-5"> <div class="box box-d...
asked by 28.05.2018 / 17:16
0
answers

Website responsiveness according to Browser

I know it's a hot topic and can easily go through duplicate, but before pointing, read. BootsTraps properties do not apply to the Safari Browser? I have an application that in 3 Browser (Chrome, FireFox and Edge) work norally, but testi...
asked by 04.06.2018 / 16:06
0
answers

Problem with navbar bootstrap 3

Person, good night! I have problems with the styling of the icon-bar. Part of the code contained the search form, so I removed it. And in the search it contained the navbar-left With this removal broke part of the code, according to image when...
asked by 12.05.2018 / 23:44
0
answers

How to change the length of an input in ASP.NET MVC

Hello, I'm having a hard time changing the width (length) of an input in asp.net MVC , I followed the course guidelines and it did not work. Follow the code of my view , if anyone can help .... I can not update the bootstrap...
asked by 14.05.2018 / 23:10