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.

Thirds display question

  1. I am using the Thirds (ex. gf_middle_third, etc.) CSS ready classes to make three selectable "donate" buttons with drop down radiobox selectors below them. Is there any way to fix the position of components of the form without the adjacent ones being displayed. For example, is there any way to have a conditional drop down stay in the middle third without having the left third displayed? Each time a middle third is displayed it goes to the left third unless the left third is displayed. I hope this is not too confusing.

    here is the page: http://www.aidforhaiti.org/donate

    thanks for your help

    Posted 11 years ago on Tuesday March 19, 2013 | Permalink
  2. I got a message:

    Under Construction
    Aid for Haiti website is under construction. Please visit again soon for a new and improved website

    when trying to access your site to take a look.

    However, I don't think this is going to be possible, because the CSS ready class just sets the width and then floats them. If there is nothing to float up against, it will go all the way to the left.

    Posted 11 years ago on Thursday March 21, 2013 | Permalink
  3. Richard Vav
    Administrator

    I think one way of achieving this would be to add an empty html field immediately above the field you are displaying in the left third, you would then assign this new html field the class gf_left_third and enable conditional logic so it only displays when the condition is met that hides your main left_third_field. You can see a live example of this at the bottom of the following page, try changing the display drop down to 'Mid + Right Only', http://www.eandhbaxendale.com/testing/

    Posted 11 years ago on Friday March 22, 2013 | Permalink
  4. Neat example Richard. Thanks for that solution.

    Posted 11 years ago on Sunday March 24, 2013 | Permalink
  5. Richard Vav
    Administrator

    Thanks Chris

    Posted 11 years ago on Sunday March 24, 2013 | Permalink