Questions tagged as 'twitter-bootstrap'

0
answers

Problem with 'col' and 'm' in Bootstrap

Hello, first of all I'm a beginner in Bootstrap and I'm still a little lost in parts: D I'm making a website, but I'm having second thoughts. Inside a 'container' I put two other containers, I used 'col-lg-8' and 'col-lg-4' for each one respe...
asked by 29.08.2018 / 20:21
1
answer

Bootstrap - How to align a Card horizontally inside a foreach?

<article> <div class="container"> <div class="row"> <div class="col-12 col-md-6 col-lg-4 mb-3 mb-md-0"> <?php foreach ($publicacao as $pl): ?...
asked by 08.09.2018 / 19:43
2
answers

Put animation in the hide of a div

I'd like to add animation for my div to disappear, I was looking at this topic Hide div when you click on it , but it did not resolve because my version of JQuery is more up-to-date. Button: <button type="submit" class="btn btn-succe...
asked by 20.08.2018 / 18:58
0
answers

Dynamic content in two columns

Hello, I am developing a project in php where we will generate a pdf file, where each page will be divided into two columns. PDF content will be dynamically added through a content manager. The challenge is to display this content on th...
asked by 24.08.2018 / 22:26
0
answers

Use of Navs in Angular 2 Cli

I want to implement a Navs in my application, could anyone help me how should I do for the Navs to work using Angular 2 and typescript. Here is the Nav you would like to implement: <nav> <div class="nav nav-tabs" id="nav-tab" ro...
asked by 17.08.2018 / 23:00
0
answers

Bootstrap Simple Menu Does Not Work and the script is activating

I can not use the bootstrap menu <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="ic...
asked by 25.08.2018 / 17:38
1
answer

How to reduce TABS spacing with view corners using CSS - Asp.Net MVC

When I insert a tab in my view, there is a very exaggerated spacing with the page borders within the modal. I am using a framework called Remark, but I believe this can be solved with CSS. Does anyone know how to do this? <div class="...
asked by 16.08.2018 / 12:40
0
answers

Because my modal is not getting the post

This is the code that receives the post <?php if (isset($_POST['idModal'])) { $result = mysqli_query($conn, $query="UPDATE tb_cartao SET mtpag=Cartão, doc='$_POST[docModal]' , nome='$_POST[nomeModal]', tpd...
asked by 17.08.2018 / 14:19
1
answer

Problems sending form in modal bootstrap

Hello, I am sending a form that is in a modal within a page, but the modal simply does not send, it is inside a page that is a return of an ajax (a search in the case), I do not know if it influences . <div class="modal fade" id="finalizarM...
asked by 13.08.2018 / 19:06
1
answer

Bootstrap line break

I am mounting a bootstrap modal and inside it using a form. With the <div class="form-group"> within each of these amounts a grid, with col-xs- that sum of 12 (one with 2, 2 and 8) but nonetheless are 'bundling' one input in the...
asked by 02.08.2018 / 13:27