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.

floating for to left or right

  1. latchie
    Member

    can i float a form to the right or left? if so how?

    thanks!
    -Brian

    Posted 13 years ago on Sunday March 27, 2011 | Permalink
  2. What do you mean by float a form to the left or right?

    Not knowing what exactly you are trying to accomplish. you could certainly do this with CSS.

    For example, add this to your themes stylesheet:

    body .gform_wrapper {float: left; }

    That would float all your forms left

    body #gform_wrapper_5 {float: left;}

    That would float only form id 5 left.

    Anything is possible with CSS. Here is the CSS targeting documentation that explains how to target specific form elements with CSS to customize them:

    http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples

    The custom CSS would go in your themes stylesheet.

    Posted 13 years ago on Sunday March 27, 2011 | Permalink
  3. latchie
    Member

    thanks. using a studio press theme. i'd like the form to float to the right to accommodate content to left of it.

    Posted 13 years ago on Sunday March 27, 2011 | Permalink