• Resolved ggl

    (@ggl)


    I build a two column contact form that looked fine when I use the Twenty Eleven theme.
    When I select another theme (e.g. Weaver ii or Mantra) everything is back in one columns.
    Why is this happening?

    This is the code I used:
    <div id=”two-column”>
    <div id=”left”>
    <p>First Name [text* first-name]</p>
    <p>Email [email* your-email] </p>
    </div>
    <div id=”right”>
    <p>Last Name [text* last-name] </p>
    <p>Phone [text* your-phone] </p>
    </div>
    <p>Subject [text* your-subject] </p>
    <p>Your message [textarea your-message]</p>
    <p>[submit “Send”]</p>
    </div>

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter ggl

    (@ggl)

    I found what I was doning wrong. I forgot to copy the changes in the theme’s css to the new theme that I installed.

    Problem solved.

Viewing 1 replies (of 1 total)
  • The topic ‘Contact form 7 two columns layout not working with all templates?’ is closed to new replies.