Questions tagged as 'bootstrap-3'

1
answer

Menu for mobile devices Bootstrap CSS

I'm developing a web application and when it arrives in the width of the page min-width: 640px and max-width:770px it presents the menu for movable devices of the bootstrap, but would like to leave the menu with that visual. But...
asked by 15.10.2017 / 17:13
0
answers

Arranging elements in the bootstrap header panel

Example <head> <title>Bootstrap Example</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet"...
asked by 02.10.2017 / 16:02
0
answers

How could I change the parent background css from a menu?

I'm using boostrap. I would like to change the "my-parent" menu with CSS, when it is with the class "collapse.in": <nav class="col-xs-12 col-md-2 pull-left meu-parent"> <div class="menu-dropdown-test"> <!-- collapse.in só ap...
asked by 25.09.2017 / 16:55
1
answer

How to define Section position

Personally I have a web page in bootstrap with 4 sections that if you use the buttons on the nav bar changes between sections, but when I click the button it does not get centralized it eats a little of the next section would have some trick in...
asked by 21.09.2017 / 19:02
0
answers

Bug lib jQueryGantt on page with bootstrap

I'm using the jQueryGantt plugin ( link ) but I realize that on pages with bootstrap it "buga" the table as in the image below , I would like to know if anyone has already used this lib and can help me.     
asked by 21.09.2017 / 00:32
1
answer

How to close Modal Bootstrap only when entering the server-side method?

I have a registration screen in a modal bootstrap, but when doing the validations, in case an error occurs or the user no longer fill in some field, the modal closes. <script> function enviar1() { if (document.getElementByI...
asked by 18.09.2017 / 16:49
1
answer

place an image below columns in Bootstrap

The structure is correct, the problem, when I try to put an image, the image goes down along with footer , this print I posted is what it's like to get the final result. The code I am posting is the same as the print, except the image....
asked by 05.09.2017 / 18:01
2
answers

Responsibility of Woocommerce Virtual Store

Hello, I have a responsive template installed on Wordpress, but the responsiveness in mobile devices is showing a small right spacing. I tried to change the margins by css, but it had no effect. Strange is therefore in some tests of responsiv...
asked by 14.08.2017 / 22:01
1
answer

Force container row col to be non-responsive in Bootstrap

I have the following family tree: link It is possible to realize that the responsiveness of a framily tree does not exist. In order to have a good visibility of this tree, the best way would be to do container > row > col where...
asked by 04.08.2017 / 07:25
2
answers

Image is not centering

I have tried in several ways, but the image is not centralizing. Here is the code to better understand the problem: .logo2 { color: pink; position: absolute; margin: 0 auto !important; float: none !important;...
asked by 28.07.2017 / 04:37