[Bootstrap] Allineamento verticale

felino

Utente Attivo
12 Dic 2013
940
10
18
Aci Catena (Catania)
Ciao!
Ho realizzato il seguente form
Codice:
<!-- 
  Bootstrap docs: https://getbootstrap.com/docs
-->

        <div class="form-row clearfix row-margin">
            <div class="col-md-6 mb-3">
                <label>Descrizione</label>
                <textarea class="form-control" id="addNewEventDescription" rows="1" required></textarea>
            </div>
            <div class="col-md-3 mb-3">
                <button type="submit" class="btn btn-primary pull-right m-10" id="addNewEventBntInsert">Inserisci</button>
            </div>
        </div>
ma non riesco ad allineare il button in basso a destra, cioè con la textarea.

https://jsfiddle.net/robertinosalemi/pamo7Ls2/2/

Come fare?

Grazie.
 

rohanjoshi0894

Nuovo Utente
5 Ago 2019
1
0
1
Hi,

You can check it through the live compiler and also from here, You can also fix this issues:

<div class = "form-row clearfix row-margin">
<div class = "col-md-6 mb-3">
<Label> Description </ label>
<textarea class = "form-control" id = "addNewEventDescription" rows = "1" required> </textarea>
</ Div>
<div class = "col-md-3 mb-3 text-center">
<button type = "submit" class = "btn btn-primary m-10" id = "addNewEventBntInsert"> Insert </button>
</ Div>
</ Div>
 
Ultima modifica di un moderatore:
Discussioni simili
Autore Titolo Forum Risposte Data
T Bootstrap: allineamento sotto il BADGE HTML e CSS 1
R Bootstrap Carousel allineamento a sinistra impossibile! HTML e CSS 1
I Sto progettando nuovi siti utilizzando bootstrap e devo dire funziona bene, l'unico problema e la maschera -moz- HTML e CSS 0
C Validazione Bootstrap PHP 0
D Carousel bootstrap con video HTML e CSS 2
P Bootstrap navbar si richiude su mobile HTML e CSS 2
websilvia Contact form using Bootstrap 3.3.4 PHP 8
felino Radio button e Bootstrap: modificare il colore di default! HTML e CSS 1
F Come passare una variabile al modal di bootstrap PHP 1
motleyrulez Paginazione Tabella Bootstrap Javascript 2
R Bootstrap 4 - creare una finestra di testo responsive sopra un Carousel jQuery 1
felino Bootstrap alert: usare lo stesso div per due messaggi consecutivi jQuery 1
MaryRoxenne Questione Bootstrap HTML e CSS 1
L Bootstrap 4 input ext value HTML e CSS 1
riminese77 [ASP.Net] Popup Bootstrap in datagrid ASP.NET 0
W [Javascript] Bootstrap Admin templates, mi dareste dei consigli? CMS (Content Management System) 0
I Bootstrap 4 Card overlay non responsive CMS (Content Management System) 0
fabiodisconzi Miglior template bootstrap 4 admin? CMS (Content Management System) 1
L Come sovrascrivere i parametri di Bootstrap CMS (Content Management System) 0
L Navbar dropdown con Bootstrap: link ai css CMS (Content Management System) 4
E Bootstrap con parallax e particles jQuery 2
paloppa Bootstrap.min.css modificare il file HTML e CSS 6
T [PHP] passare una variabile in una finestra MODAL di bootstrap PHP 3
M Responsive design bootstrap HTML e CSS 2
xone [Vendo] Landing Page in html css bootstrap responsive Compravendita siti e domini 0
F Bootstrap Notify jQuery 0
V Creare funzioni PHP per agevolare bootstrap PHP 1
V Passare a PHP pagina bootstrap creata in HTML PHP 1
A [Javascript] Problemi menu bootstrap Javascript 1
A Bootstrap grid img a sinistra serie di div a destra CMS (Content Management System) 1
O Bootstrap carousel-caption responsive CMS (Content Management System) 2
F img bootstrap centrata nello schermo HTML e CSS 1
F Slide down/up dropdown Bootstrap jQuery 0
otto9due Form personalizzato in bootstrap da integrare nel tema wordpress WordPress 0
L [HTML] bootstrap problema menu dropdown in mobile. HTML e CSS 3
L tabella bootstrap PHP 3
L Problema Bootstrap Modulo Email + php PHP 1
J Bootstrap dropdown menu non funziona con jquery-1.8.2??? jQuery 5
MarcoGrazia Verifica della data inserita in un form ( utilizzando bootstrap ) Javascript 7
L slider bootstrap HTML e CSS 0
C Sottomenù Bootstrap che non funziona correttamente HTML e CSS 8
MarcoGrazia Problema con bootstrap, saltata tutta la paginazione in IE8 HTML e CSS 1
E problema con carousel di Bootstrap HTML e CSS 1
R Dubbi Incolonnamento Layout con Bootstrap. HTML e CSS 1
F 5 colonne con bootstrap 2 HTML e CSS 4
F Altezza immagini Bootstrap HTML e CSS 1
J Problema con form in bootstrap HTML e CSS 0
J Menu a tendina con bootstrap 3 HTML e CSS 3
C Form registrazione Bootstrap PHP 0
kungfujava Bootstrap e animazione caricamento pagina HTML e CSS 0

Discussioni simili