PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

4 Columns top alignment browser conflict

  1. WhatsUp
    Member

    Hi

    I have been hacking at my CSS for a while now to get my form into 4 columns.
    It currently looks OK in FireFox but not in Chrome or Safari.

    The 2nd, 3rd and 4th column are not aligned to the top.
    Have a look here:
    http://whatsupsouthafrica.com/category-selection/

    Please help with my layout.

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  2. WhatsUp
    Member

    My current CSS is here > http://pastebin.com/r4B0zv3j

    Posted 11 years ago on Wednesday December 5, 2012 | Permalink
  3. I think you have two options here. The first option would be to target the individual fields with browser specific classes. If you look at the gform_wrapper div we append the browser name - so this was you can select fields specifically via not only the field ID, but also via the browser class.

    The other option you might have would be to try to wrap divs around chunks of fields using an HTML field and then styling those divs. You can see a tutorial on that here: http://www.gravityhelp.com/forums/topic/how-can-i-get-the-form-fieldsboxes-side-by-side#post-29425

    Posted 11 years ago on Wednesday December 12, 2012 | Permalink
  4. WhatsUp
    Member

    Hi Rob

    Thanks for your reply. I opted for the second option and now have filesets as suggested, but still have the unaligned issue in Chrome browser.

    Please have another look
    My new CSS layout is here > http://pastebin.com/L6Cx9VTB

    Posted 11 years ago on Wednesday December 12, 2012 | Permalink
  5. WhatsUp
    Member

    Oh Yeah > Thanks Rob.

    I at first did not understand the replacement of the "fieldset" with "div" as in your example, but eventually got it.

    #ShotALot

    Posted 11 years ago on Thursday December 13, 2012 | Permalink

This topic has been resolved and has been closed to new replies.