• Resolved jrockoford234

    (@jrockoford234)


    Once I installed the header pushed the page content about 100px lower than it should have been. I can’t find a setting for the header lower margin and I tried to fix with CSS but nothing worked. I did remove all my other CSS and custom PHP to see if there’s a conflict but nothing. As soon as I deactivate the plugin, the page layout is back to normal. Theme is Divi. Great plugin, if I can fix this.

    • This topic was modified 6 years, 9 months ago by jrockoford234.
Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    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

    Thread Starter jrockoford234

    (@jrockoford234)

    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.

    Plugin Author Rui Guerreiro

    (@takanakui)

    I just received your email. Let’s continue the conversation there.
    Thanks

    Thread Starter jrockoford234

    (@jrockoford234)

    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?

    Plugin Author Rui Guerreiro

    (@takanakui)

    @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;
    }

    it’s doesn’t work.

    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.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Great. I’m glad it’s sorted.

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

The topic ‘Plugin adds about 100px under header’ is closed to new replies.