Hi @jrockoford234,
I just need the site URL to have a look at it and provide you a fix.
If you want the site URL to be private send me an email to [support AT wpmobilemenu DOT com]
Thanks
Thank you Rui. The site is under development so I will email directly. I’m anxious to solve this so I can get a move to the pro version approved.
I just received your email. Let’s continue the conversation there.
Thanks
Excellent! Thank you Rui. Problem solved.
For anyone else using Divi, you’re probably going to have the same problem with the added white space. But it only takes a little CSS and the extra space is gone.
This is an awesome plugin and the support is phenomenal.
i have a same problem. could you fix it for me?
@bprdanaputra Not sure if it will work on yours.
Give it a try, if it doesn’t work will need the site URL.
#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container {
padding-top: 0px!important;
}
ok, now the mnu header work well.
@media only screen and (max-width: 1023px){
.mobmenu-push-wrap, body.mob-menu-slideout-over {
padding-top: 127px!important;
}
}
i use this script.
thank you.
Great. I’m glad it’s sorted.