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

Two upload fields next to each other


  1. ryanmc
    Member

    I have 4 upload fields so I want to have them in groups of two side by side, I've managed to do it with:

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

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

    However now I can't click on them.

    Edit* Fixed:

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

    #li_41 {
    width: 45%;
    float: right;
    }

    Posted 15 years ago #
  2. yuniar

    So everything is fine now?


    MachForm Founder

    Posted 15 years ago #

RSS feed for this topic

Reply