Appnitro Software Forums » MachForm

3 Fields on Same Line

(2 posts)
  • Started 1 year ago by capturedbybree
  • Latest reply from redityo

  1. I was able to line up the two emails.
    I was also able to line up the two phone areas. I keep trying to get Home Phone/Cell Phone/Best Way To Contact onto one line and cant figure it out. Ive read a few threads and tried well over two dozen things and it wont work.

    Im actually trying to line up a BUNCH of things but for some reason the code that works for the email and phone fields will not work with others even tho they are all just two fields to line up too...

    Signature/Date
    Name/Birthday

    and a few others...

    Help?

    http://capturedbybree.com/forms/view.php?id=3

    Posted 1 year ago #
  2. Hi,

    Try to add these code into your CSS form :

    #li_37,#li_14{
    clear:both;
    float:30%;
    }
    
    #li_10 {
    float:right;
    width:
    }

    then change your css code from :

    #li_7{
    float: left;
    width:30%;
    }
    #li_8{
    float: left;
    width:30%;
    }

    into

    #li_7{
    float: left;
    width:25%;
    }
    #li_8{
    float: left;
    width:25%;
    }
    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.