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.

Fitting the form to a column

  1. Chris Rufo
    Member

    Hello,

    I'm having an issue getting the form to fit into a column. I've got a two-column set of text on the site using <div class="one-third"> and <div class="one-third-last">. The text content works just as expected and is put to the appropriate column, but the form will not go to the right column.

    You can see the result here: http://ageofchampions.org/wp-content/uploads/2013/04/Screen-shot-2013-04-09-at-7.30.27-PM.png.

    Is there any trick to getting the form to fit into a <div> column? I can get it into my sidebar just fine, but can't get it into the second column. Thank you!

    The page is http://www.ageofchampions.org/premiere.

    Christopher

    Posted 11 years ago on Wednesday April 10, 2013 | Permalink
  2. No trick. It sounds like there's something wonky with your theme CSS perhaps. A div is just a containing element and your forms fit inside there just fine normally unless they inherit some other style from your theme.

    I looked at your page to inspect the markup and it looks like you've changed it since your screen capture. It does appear that your form is in a div with a class "two-third" rather than the "one-third-last" you mentioned.

    http://i.imgur.com/OqaEbrM.jpg

    That could be your issue.

    Posted 11 years ago on Wednesday April 10, 2013 | Permalink
  3. Chris Rufo
    Member

    Thanks, Kevin, for your quick reply. I just laid it out differently using the CSS column classes -- thank you again!

    Posted 11 years ago on Wednesday April 10, 2013 | Permalink
  4. Glad you got it sorted. Thanks for the update.

    Posted 11 years ago on Wednesday April 10, 2013 | Permalink

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