This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Checkbox Field Label too narrow


  1. katiesanborn
    Member

    I have a form that I am working on:
    http://www.225amenities.com/machform/view.php?id=1

    If you look at the agreement to terms, which is a checkbox. The text is wrapping around too early. Is there a way to change this, so that the text goes across the whole form?

    Thanks!

    Katie

    Posted 15 years ago #
  2. redityo

    Hi Katie,

    Try to search this code in your CSS form :

    #main_body label.choice
    {
    	color:#444;
    	display:block;
    	font-size:100%;
    	line-height:1.4em;
    	margin:-1.55em 0 0 25px;
    	padding:4px 0 5px;
    	width:90%;
    }

    and change the width to

    #main_body label.choice
    {
    	color:#444;
    	display:block;
    	font-size:100%;
    	line-height:1.4em;
    	margin:-1.55em 0 0 25px;
    	padding:4px 0 5px;
    	width:120%;
    }

    but I think it's better to use "section break" field to put your agreement text and one checkbox field for user confirmation.


    MachForm Support

    Posted 15 years ago #
  3. katiesanborn
    Member

    Thanks. I think I want to keep it the way I have it. However, the shading behind the field when you are on it is now too short. How do I change that?

    See form on: http://www.225amenities.com/machform/view.php?id=1

    Thanks!

    Posted 15 years ago #
  4. yuniar

    Ah.. yes, the shading is too short.
    Ok, please restore the above modification to the original. Change the width back to 90%.

    Then add this code into the bottom of your whole CSS code:

    #li_33, #li_34, #li_23{
      width: 95% !important;
    }

    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply