Title: header misplaced
Last modified: August 22, 2016

---

# header misplaced

 *  Resolved [jodahr](https://wordpress.org/support/users/jodahr/)
 * (@jodahr)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-misplaced/)
 * im using ultimathum framework and after i change the menu in mobile menu my header
   is placed at the bottom of the page. there is a div with class mm-page, the header
   is out of that div and just after that div. how can i fix it.
 * [https://wordpress.org/plugins/wp-mmenu-lite/](https://wordpress.org/plugins/wp-mmenu-lite/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [jamesdbruner](https://wordpress.org/support/users/jamesdbruner/)
 * (@jamesdbruner)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-misplaced/#post-5202003)
 * Is there any way you can send me the link to your website with the issue showing
   so I can take a look? If not at very least a screenshot would be helpful. I’m
   glad to help, I just need more to go off of than a description of the problem…
 *  Thread Starter [jodahr](https://wordpress.org/support/users/jodahr/)
 * (@jodahr)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-misplaced/#post-5202058)
 * this is the link [http://www.kippahsource.com/newsite/](http://www.kippahsource.com/newsite/),
   the link that triggers the menu inside the home is: ” click hero to show WP MMenu
   Lite menu site” and is placed in the header that now is at the bottom.
    You can
   see the header is now at the bottom of the website right before the footer. thanks
   for your answer.
 *  Plugin Author [jamesdbruner](https://wordpress.org/support/users/jamesdbruner/)
 * (@jamesdbruner)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/header-misplaced/#post-5202157)
 * For anyone else having an issue similar to this, here’s a snippet of the email
   jodahr sent me that has the solution in it:
 * >  i solved the issue adding a few words to the jquery.mmenu.min.all.js file
   > it was:
 *     ```
       function s() {
               r.$wndw = e(window), r.$html = e("html"), r.$body = e("body"), r.$allMenus = e(), e.each([d, c, u], function(e, n) {
                   n.add = function(e) {
                       e = e.split(" ");
                       for (var t in e) n[e[t]] = n.mm(e[t])
                   }
               })
       ```
   
 * >  and i just add header and footer where body is, like this:
 *     ```
       function s() {
               r.$wndw = e(window), r.$html = e("html"), r.$body = e("header,body,footer"), r.$allMenus = e(), e.each([d, c, u], function(e, n) {
                   n.add = function(e) {
                       e = e.split(" ");
                       for (var t in e) n[e[t]] = n.mm(e[t])
                   }
               })
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header misplaced’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-mmenu-lite_828282.svg)
 * [WP MMenu Lite](https://wordpress.org/plugins/wp-mmenu-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mmenu-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mmenu-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mmenu-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mmenu-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mmenu-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [jamesdbruner](https://wordpress.org/support/users/jamesdbruner/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/header-misplaced/#post-5202157)
 * Status: resolved