Appnitro Software Forums » MachForm

Closing gap between fields on same line

(3 posts)

  1. I know this is some very easy css coding, but not for me : (

    I have 2 fields on the same line, a drop down and normal field.

    There is a gap between them that I'm battling to close. Please see url for an example:

    http://www.biggdesign.co.za/machform/view.php?id=2

    Also this is my css code at present:

    #li_6{
    float: left;
    width: 40%;
    clear: both;
    }

    #li_8{
    width: 45%;
    float: left;
    }

    Thanks in advance!!!

    Posted 2 years ago #
  2. Hi,

    Try to decrease width value in this code :

    #li_6{
    float: left;
    width: 40%;
    clear: both;
    }

    to "width:10%" , then change "title" drop down properties to "large" from machform admin

    Posted 2 years ago #
  3. Great, got it! Thank you...

    Posted 2 years ago #

RSS feed for this topic

Reply

You must log in to post.