CKFORMS je veux mettre mon formulaire sur 2 colonnes

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [Problème] CKFORMS je veux mettre mon formulaire sur 2 colonnes

    Bonjour à tous,

    Je me casse la tête depuis le début de l'après-midi sur un de mes formulaires CKFORMS, installé sur un joomla 2.5...

    Mon formulaire est sur une seule colonne, et comme il s'est un peu alongé, je voulais le mettre sur deux colonnes...

    impossible, je n'y arrive pas ! je suis une autodidacte en CSS, mais en général j'arrive à m'en sortir.
    Là, j'avoue que je tourne en rond.

    Voici mon CSS global :

    Code:
    /* CSS CK Forms */
    
    .ckform_tooltip, .ckform_tooltipcss {
    	margin-top: 13px;
    	margin-left: 5px;
    }
    
    .ck_mandatory_desc {
    	margin: 10px 0 0;
       font-size:0.9em;
    }
    
    .ckform {
    	margin-top: 10px;
    }
    
    .ckformtitleplug {
    	border-bottom: 1px solid #dddddd;
    }
    
    .ckformsblocplug {
    	line-height: 1.0em;
    	margin: 0;
    }
    
    .ckformslabel {
        margin: 5px 0;
        width: 30%
    }
    
    .ckform div.error {
    	display: none;
    }
    .ckform .error {
    	margin-bottom: 0;
    }
    
    .ckform div.fc-error {
    	border: none;
    	background:none;
    	float:left;
    	margin-right: 5px;
    	padding: 0px;
    }
    
    .ckform div.fc-error div {
    	margin: 0px;
    	padding: 0px;
    	color:#F00;
    }
    
    .ckform input { 
     	border: 1px solid #999;
    	padding: 2px;
    }
    
    .ckform input:focus { 
     	border: 1px dotted #999;
    }
    
    .ckform input.error {
    	border: 1px dotted #FF0000;
    	margin-bottom: 0;
    }
    .ckform textarea.error { border: 1px dotted red; }
    .mceLayout {
        clear: both;
    }
    
    .captchaCont {
    	margin-top: 10px;
    }
    
    .ckBtnCon {
    	text-align: center;
    	margin-bottom: 10px;
    	margin-top: 10px;
    }
    
    #ckpoweredby {
    	text-align:center;
    	margin-top: 10px;
    	margin-bottom: 10px;
    }
    
    #ckpoweredby a {color:#666666;}
    
    
    /* CSS layout */
    
    .ckCSSlabel {
    	display: block;
    	float: left;
    	margin-top: 10px;
    	width: 20%;
    	font-size:1em;
    }
    
    .ckCSSinput {
    	width: 30%;
    	margin-top: 6px;
    	background:#FFFFFF;
    }
    
    .ckCSSinput input {
    	background:#FFFFFF;
    }
    
    .ckCSSinputnowidth {
    	display: block;
    	float: left;
    	margin-top: 10px;
    }
    
    .ckCSSTip {
    	background-image: url(../img/info-bck.png);
    	background-repeat:no-repeat;
    	background-position:right;
    }
    .tip-title {
        font-weight: normal !important;
    }
    /*
    .ckCSSclear {
    	margin: 0px;
    	padding: 0px;
    	clear: both;
    }
    */
    .ckCSSFloatLeft {
    	float: left;
    }
    
    .ckCSSbot10 {margin-bottom: 10px;}
    .ckCSSbot5 {margin-bottom: 5px;}
    .ckCSStop10 {margin-top: 10px;}
    
    .ckCSScenter {
    	text-align:center;
    	margin-top: 10px;
    }
    
    .ckCustomText {
       clear: both;
    	padding: 5px 0 0;
    }
    
    .ckNoBorder {
    	visibility:hidden;
    }
    
    .ckpagination {
    	text-align:center;
    	margin-bottom: 15px;
    }
    
    .ckdatatable {
    	margin-top: 20px;
    	margin-bottom: 10px;
    	width: 50%;
    	border-collapse:collapse;
    }
    
    .ckfrontlabel {
    	font-weight: bold;
    	width: 25%;
    }
    
    
    /* Ajout de styles personnels pour fichier SQL exemple */
    .ckCSSlabel {
        width: 160px;	
    }
    .ckCSSinput {
        width: 20%;
    }
    
    .ckformsbloc_1 {
    	float: left;
       width: 50%;
    }
    #ckformsbloc_civilite_1,
    #ckformsbloc_niveau_1,
    #ckformsbloc_prochaine_1,
    #ckformsbloc_fichier_1,
    #ckformsbloc_lettre_1,
    #ckformsbloc_texte_1 {
    
        width: 50%;
    }
    
    .titre_connaissance,
    .titre_rencontre {
        width: 400px;
    }
    .titre_lettre {
        width: 220px;	
    }
    .titre_comment {
    	width: 50%;
    }
    Rajout d'info : je fais afficher mes formulaires dans des articles.

    Si quelqu'un peut m'aider, ce serait génial

    un grand merci si quelqu'un peut y jeter un coup d'oeil...

    Laure
    Dernière édition par lorett_3 à 26/10/2013, 18h55 Raison: complément d'info

  • #2
    Re : CKFORMS je veux mettre mon formulaire sur 2 colonnes

    Bonjour,

    As tu trouvé la solution car je rencontre le même problème...

    Merci, bonne soirée

    Véro

    Commentaire


    • #3
      Re : CKFORMS je veux mettre mon formulaire sur 2 colonnes

      Bonjour,

      Pour CKForms, je n'ai pas la solution, ne l'utilisant pas.

      Breezing Forms a un mode multicolonne natif...
      Pas de demande de support par MP.
      S'il n'y a pas de solution, c'est qu'il n'y a pas de problème (Devise Shadok)

      Commentaire

      Annonce

      Réduire
      Aucune annonce pour le moment.

      Partenaire de l'association

      Réduire

      Hébergeur Web PlanetHoster
      Travaille ...
      X