Title: Problems with WP normal generation
Last modified: November 8, 2017

---

# Problems with WP normal generation

 *  Resolved [jgargallo](https://wordpress.org/support/users/jgargallo/)
 * (@jgargallo)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/problems-with-wp-normal-generation/)
 * The default structure of my wordpress is
 *     ```
       <div id="wrapper">
       <header class="fusion-header-wrapper"></header>
       <div id="main"></div>
       <div class="fusion-footer></div>
       </div>
       ```
   
 * I have created a new page that contains a div with some text and two buttons 
   and a contact form. If I delete the contact form the structure is the same, but
   when I put it the whole structure change to
 *     ```
       <div id="wrapper">
       <header class="fusion-header-wrapper"></header>
       <div id="main"></div>
       </div>
       <div class="fusion-footer"></div>
       ```
   
 * Basically what happend is that the footer is taken out from the “wrapper” div.
   
   I don’t know if it’s relevant, but I’m using fusion builder as editor and I’m
   putting the contact form inside a text element.

Viewing 1 replies (of 1 total)

 *  Thread Starter [jgargallo](https://wordpress.org/support/users/jgargallo/)
 * (@jgargallo)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/problems-with-wp-normal-generation/#post-9662567)
 * Okey, I solved it.
    It was my fault, I had a </div> in the wrong place.

Viewing 1 replies (of 1 total)

The topic ‘Problems with WP normal generation’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [fusion builder](https://wordpress.org/support/topic-tag/fusion-builder/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 1 reply
 * 1 participant
 * Last reply from: [jgargallo](https://wordpress.org/support/users/jgargallo/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/problems-with-wp-normal-generation/#post-9662567)
 * Status: resolved