Joomla.it Forum

Joomla! 3 => Joomla! 3 => : pilloerre 22 Aug 2016, 16:56:16

: [RISOLTO] Centrare form con Chronoform 4
: pilloerre 22 Aug 2016, 16:56:16
Ciao a tutti


Ho necessità di centrare nella pagina i form creati con Chronoform 4.0.7.


Versione Joomla 3.6.2
Versione Chronoform 4.0.7
Template Favourite

Qui un link di uno dei form in questione:

http://tinyurl.com/h5h2o73


Grazie in anticipo.
 :)
: Re:Centrare form con Chronoform 4
: adottauncane 22 Aug 2016, 17:15:17
Ciao,
:
.Chronoform {
    margin-left: auto;
    margin-right: auto;
    max-width: 410px;
}
: Re:Centrare form con Chronoform 4
: pilloerre 22 Aug 2016, 18:03:52
Grazie per la risposta.

Scusa la leggerezza....lo aggiungo nel css del template?
: Re:Centrare form con Chronoform 4
: adottauncane 22 Aug 2016, 20:56:35
Ho visto che hai un file custom.css. Mettilo lì.
: Re:Centrare form con Chronoform 4
: pilloerre 22 Aug 2016, 22:55:22
Funziona. Grazie mille. 😊