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

Address fields messed up


  1. abcrobots
    Member

    I was hoping you could help me. I was "experimenting" with changing widths to see if I could change the form to look the way I wanted, and I ended up screwing up the look of the address fields. Can you tell me what and where the default values should be?

    Thanks!

    Posted 14 years ago #
  2. abcrobots
    Member

    Oops! Forgot to post the link:

    http://www.theapprenticeshipnetwork.com/who-are-we-mainmenu-109/nomination-form

    Thanks!

    Posted 14 years ago #
  3. yuniar

    Try changing this code:

    #main_body form li div.left
    {
    	display:inline;
    	float:left;
    	width:68%;
    }
    
    #main_body form li div.right
    {
    	display:inline;
    	float:right;
    	width:68%;
    }

    to become:

    #main_body form li div.left
    {
    	display:inline;
    	float:left;
    	width:48%;
    }
    
    #main_body form li div.right
    {
    	display:inline;
    	float:right;
    	width:48%;
    }

    MachForm Founder

    Posted 14 years ago #
  4. abcrobots
    Member

    Thanks! that's the trick!

    Posted 14 years ago #

RSS feed for this topic

Reply