Questions tagged as 'bootstrap'

1
answer

css selector with nth and not [closed]

I have a form with flexbox , only when an error is entered a div of alert , breaking layout . There are some fields that are 50% on the same line <form method="post" action="XXX" class="form-login"> @if($m...
asked by 25.08.2017 / 18:10
1
answer

Bootstrap menu does not work

I'm developing a web application and put it in the bootstrap menu link Menu in normal page width Butbyreducingthewidthofthepagethemenudoesnotlooklikethis. Staythesame HTML<divclass="body-wrap" > <div class="container" >...
asked by 07.10.2017 / 19:28
1
answer

CSS effects are not working

The code below is functional, the classes are added without problems, but I see that when I inspect the elements, I can see that the page, already loaded, contains the classes included in their respective elements, but the effects do not occur....
asked by 17.07.2017 / 05:53
3
answers

Nonresponsive footer

Iammakingaresponsivewebsystemusingsomebootstrapelements.Thewholesystemisresponsiveexceptforthefooterwhich,inadditiontoleavingthefixedpositionatthebottomofthescreen,stilldecreasesthesize.Hereisthehtmlandcsscodeforthefooter: <footer class="f...
asked by 13.07.2017 / 15:08
3
answers

Bootstrap tab panel - How to go to a specific tab?

I have, in PHP , a method whose code returns values, passing them to a View , as in the block below: return view('PesquisaView') ->with('clientes',$resultadoClientes) ->with('advs',$resultadoAdvs) ->with('bp...
asked by 27.06.2017 / 15:30
1
answer

Leave image with responsive text

Hello, I need to insert a text on top of an image, which is responsive in the correct place of the image, until it is working "well", but the site is done in bootstrap, and when it leaves col-md-4 and goes to the size col-xs-12 (when you resi...
asked by 23.08.2017 / 23:15
1
answer

Display MySQL inside modal

I'm developing a new ordering system in PHP that works as follows: The user uploads the requests, which are stored in a MySQL table called requests ; After uploading, the user can change the status of these requests through script in...
asked by 27.05.2017 / 03:08
1
answer

CSS is not being loaded in PhP code

I have the following code: <?php include ("head.php");?> <title>módulo EAD</title> <body> <div class="container"> <header> <div class="page-header"> <h1>Bem vindo ao módulo EAD</h1&g...
asked by 04.04.2017 / 20:27
1
answer

List data in separate columns

I have the following list coming from the database <ul class="list-marked"> <?php foreach($cidades_presentes as $valor){ ?> <li><a href="#"><?php echo $valor->categoria; ?></a></li> <...
asked by 14.12.2016 / 22:39
1
answer

update combox after closing modal bootstrap

Colleagues, I have a system where the customer clicks a button, opens a modal bootstrap for him to register a story. I need to make that when doing the register, the combox where the materials are updated. I tried the following code: <...
asked by 31.01.2017 / 13:39