Questions tagged as 'bootstrap-3'

2
answers

How to align radio button and label, with Bootstrap 3.x?

How to align the radio button with label , using Bootstrap 3.x ? I tried in many ways, but the "misalignment" remains. radio{ width:15px; } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></sc...
asked by 22.09.2017 / 21:22
2
answers

Responsive does not work right

I put 3 images with links at the beginning of the site, I put it to be responsive, but when I decrease the screen it gets completely bugged. It is necessary that the images stay in the center of the screen, one next to the other, and when the sc...
asked by 03.11.2017 / 13:00
2
answers

How to prevent a mode from appearing?

Is it possible to prevent a modal from appearing if certain conditions are met? Example of what I want, more or less: <button id="abreModal" class="btn btn-info btn-lg" data-toggle="modal" data-target="#modal">Open Modal</button>...
asked by 24.10.2017 / 20:20
1
answer

Effect on navbar bootstrap [closed]

People would like to know how I make this header animation of this site link the effect of when I come down Does the header page change in size and color? Any help is welcome, thank you in advance!     
asked by 13.01.2017 / 02:19
2
answers

Dropdown with images in navbar bootstrap

I'm having a layout dropdown problem in bootstrap, this dropdown is inside a navbar html code: <nav class="navbar navbar-default navbar-fixed-top" role="navigation"><!--------- START Navbar ---------> <div cla...
asked by 05.02.2015 / 14:27
1
answer

Bootstrap Blocks

Good Night! I wanted to get some tips, help, anyway, I wanted to create a style blocks of the image below using bootstrap, but I have no idea where to start, can someone give me a light? Thank you!     
asked by 23.02.2015 / 22:18
2
answers

How to adjust bootstrap image height? [closed]

link In mobile mode the height of the image is too long how can I adjust this height?     
asked by 16.02.2016 / 14:23
1
answer

Error in CSS - Django FormField

I'm giving the following error in my Django 1.9 form Notice that the label has the :> at the end. I DO NOT WANT THE GREATEST SIGN (>) AT THE END OF LABEL Ex: Nome: > Followmycodeforms.pyclassFormContact(forms.Form...
asked by 17.02.2016 / 02:04
1
answer

How to mount this layout in Bootstrap 3 [duplicate]

I'm trying to mount the grid below in Bootstrap 3. Thisgridisbeingmountedinsideaforloop.InthiswayIamusingtheGridSystemschema,buttheyarealignedthisway: Thisisthecode: <div class="col-xs-6 col-sm-3"> <div class="panel panel-pr...
asked by 21.11.2018 / 22:20
2
answers

Set menu with bootstrap after scrolling down

I'm using bootstrap in my code You have a class in% of the bootstrap setting nav on top    navbar-fixed-top But I want nav to only be fixed when the scroll passes through it. How do I do this? An example:...
asked by 06.07.2017 / 10:17