PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

multipage form style list

  1. Hi,
    Im trying to style a list on a multipage form:
    http://www.gestoriaonline-gestiona.es/formulario-contratacion-pack-autonomos-basico/

    But I cant center text on header or change background color on header, or align header and other rows because they have no same width.

    Any help?

    Regards,

    /* AÑADIDOS PARA GRAVITY FORMS */
    body .gform_wrapper input[type=text],
    body .gform_wrapper input[type=url],
    body .gform_wrapper input[type=email],
    body .gform_wrapper input[type=tel],
    body .gform_wrapper input[type=number],
    body .gform_wrapper input[type=password],
    body .gform_wrapper select,
    body .gform_wrapper textarea {
    	border: 1px solid #AAAAAA!important;
    	height: 14px;
    	-moz-border-radius:9px;-webkit-border-radius:9px;border-radius:8px;
    }
    body .gform_wrapper .gfield_label {
    	text-align: right;
    /*	margin-left: 0px !important;*/
    	width:300px !important;
    }
    body .gform_wrapper .gfield_html {
    	margin-left: 0px !important;
    }
    body .gform_wrapper .gfield_description {
    	margin-left: 0px !important;
    }
    body .gform_wrapper .gfield_checkbox {
    	margin-left: 0px !important;
    }
    body .gform_wrapper .gform_body .gform_fields .gfield .ginput_listbody .gform_wrapper .gform_body .gform_fields .gfield .ginput_list {
    	border: 1px solid red;
    	margin-left: 0px !important;
    
    }
    body .gform_wrapper .gform_body .gform_fields #field_11_46.gfield_label {
    	width: 300px !important;
    	border: 1px solid red
    	text-align: center !important;
    }
    body .gform_wrapper .gform_body .gform_fields #field_11_46.gfield input[type="text"] {
    	margin: 0 10px 0 10px;
    	width: 100px !important;
    	-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px !important;
    }
    /*body .gform_wrapper .gform_button {
    	color: #000;
    	border: 2px solid #ADD8E6!important;
    	padding: 5px;
    }*/
    /*body .gform_wrapper input.button {
    	font-size: 14px;
    	border-top: 1px solid rgba(255, 255, 255, 0.25);
    	color: #FFFFFF;
    	background-color: #FF5C00;
    	line-height: 1em;
    	padding: 0.6em 1.3em;
    	position: relative;
    	text-align: center;
    	text-decoration: none;
    	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    	white-space: nowrap;
    	display: inline-block;
    	cursor: pointer;
    }*/
    /* END AÑADIDOS PARA GRAVITY FORMS */
    Posted 11 years ago on Friday November 16, 2012 | Permalink
  2. Also I need to translate "step 1 - 1" from multipage to spanish.... but I dont found where! any idea?
    Regards

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  3. What text are you referring to as the "header"? Can you take a screenshot and show which text you want to be centered, or paste the exact wording here so we can help you with that? Thank you.

    Posted 11 years ago on Saturday November 17, 2012 | Permalink