Questions tagged as 'bootstrap'

1
answer

Styling in Bootstrap

I'm having a beginner question. I've always done a web interface at hand ( using pure HTML and CSS, without using framework. ) I just studied a course that taught me how to use Bootstrap, from what I saw in the course, the bootstrap it speeds...
asked by 11.04.2017 / 04:34
3
answers

How to align a text in the middle of the height of an image?

I tried several ways and still could not, I'm kind of new with CSS, I wanted this "Name" to be at the time it hits the middle of the image next.     
asked by 13.04.2017 / 17:51
1
answer

Centralizing modal bootstrap

I have modal bootstrap on my page HTML . When I open the modal in the computer browser, the modal appears as follows: ButwhenIsimulatethescreenofasmartphone,themodalbehindmymenunav: Belowisthemodalcode:<divid="modal-facens" c...
asked by 07.02.2017 / 19:42
3
answers

Display images side by side using JavaScript / BootStrap

I would like some side-by-side images to be displayed, as the template below, could you tell me the best way to do it? I have tried to do with BootStrap, but I can only make one image appear at a time.     
asked by 15.02.2017 / 02:54
1
answer

Mobile Version mismatch bootstrap

I have the following HTML structure <!-- Page Content--> <main class="page-content"> <!--- Lojas ---> <div id="lojas"> <div class="col-md-5 text-left lojas-coperfarma"> <div class="...
asked by 27.11.2016 / 12:53
1
answer

Navbar bootstrap problem on Wordpress

A customer asked me to increase the size of the navbar, so far so good. I increased it and had no problem, however, when I go down the page and upload again, the navbar goes behind the slider.     
asked by 08.09.2016 / 22:55
1
answer

How to make images change in size without losing quality?

I'm working on this site on bootstrap link All I wanted was that depending on the format of the screen the images did not lose quality I tested the following <style> .img-responsive, .thumbnail > img, .thumbnail a...
asked by 31.08.2016 / 17:01
1
answer

A white bar appears on the right margin causing the horizontal scroll

I have an error and have tried everything to correct the problem that causes the horizontal scrolling to appear link     
asked by 19.11.2016 / 13:42
1
answer

How to remove the automatic slider from the bootstrap carousel

How do I remove the auto slide from the Bootstrap carousel? I have a carousel that is working perfectly, but I need to make it static and only change the images when you click the right or left arrows.     
asked by 25.05.2016 / 16:42
3
answers

Passing a PHP variable to a Bootstrap modal

I have a report ( table ) containing user registrations using the Bootstrap framework. Next to each record line is Edit. Clicking on this option would call the Modal window, and open the information for that record specifically. The...
asked by 05.07.2016 / 21:25