Questions tagged as 'bootstrap-4'

2
answers

col-md-6 occupying all space

In my contact form I need to leave some information about the contact on one side, and on the other side a form with email and message. But the part of my form of information is occupying everything, and when I try to add the email input it fall...
asked by 21.12.2018 / 19:22
2
answers

How to leave the rod with relative position and at the bottom of the page at least?

I'm using the sticky position of html5 on several pages to make an effect on the site menu. But it has pages that the internal content is very small, does not occupy even 150px in height and it happens that I can not use the footer with po...
asked by 07.03.2018 / 15:10
2
answers

Tooltip Bootstrap 4 does not work

I'm trying to use the Tooltip with Bootstrap 4, but it just does not show up: In HTML it looks like this: <a class="btn btn-sm btn-warning" href="" data-toggle="tooltip" data-placement="top" title="Editar"><i class="fa fa-edit">...
asked by 06.12.2018 / 18:03
1
answer

Hiding a button in HTML5 and CSS when on Smartphone

I made a responsive Web application, which when it arrives in Checkout has two buttons: Print and Save. Only the user (client) on the smartphone clicks to print even without a printer. I have tried to extend with @media, but I can not....
asked by 08.07.2018 / 15:39
1
answer

Modal does not close, boostrap 4.0

Good afternoon. I have a page in PHP, where there is a div to open a modal. (div code and button to call modal) <!-- Modal para adicionar cargos --> <div class="modal fade" id="Modal_AddCargos" tabindex="-1" role="dialog...
asked by 23.07.2018 / 20:10
1
answer

Bootstrap v4.1 - Collapse does not work correctly

Follow the code below: $('#collapseDescricao').on('hidden.bs.collapse', function () { $('[data-target="#collapseDescricao"]').text("Mostrar descrição"); }); $('#collapseDescricao').on('shown.bs.collapse', function () { $('[data-t...
asked by 28.05.2018 / 22:05
1
answer

Navbar Bootstrap Responsible is not working!

<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> <link href="./css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/...
asked by 25.09.2018 / 17:25
2
answers

Problems with thumbnails in list and grid mode with bootstrap

I need to make these cards in list mode and grid mode I am using flex-column to leave the dynamic grids more when I add the cards they do not work anymore this is the layout mode of my layout: andthisisanoutlineofgridmode: followmycode: $("...
asked by 23.05.2018 / 15:29
1
answer

Align a logo in the center of the Form

Hello. I have a form login, but I need to align a logo to the center of this form, so that alignment is responsive. I know there are some ways, but what is the best way to do this alignment? Currently this is my code, already with the i...
asked by 19.11.2018 / 04:57
1
answer

DropDown does not work with responsiveness (Bootstrap)

Good afternoon, in the code below that I did, when I trigger the dropdown with the responsive page, it goes back and forth, it does not remain "open / lowered", I saw that it could be the import order, last but not solved, what else can it be?...
asked by 19.12.2018 / 17:16