• Resolved chadeverson1

    (@chadeverson1)


    I use this plugin on another site and it works perfectly. I have the exact same setting for both sites but they are displaying different. When the mobile site loads it loads with a very large header (white space). When the user scrolls up a little, half of the header scrolls up and then it looks correct. I’ve tried everything and can’t figure out how to make it load about 65px instead of loading approx double that.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    That white space isn’t from the WP Mobile Menu header, it’s from the theme nav header content.

    Try this to place the code below in the custom css option in the General options tab.

    #header.header-nav-top.header-nav-toggle {
        margin-top: 0px!important;
    }

    Let me know if it worked.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now. If necessary any help just let me know.

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

The topic ‘Header loading too large’ is closed to new replies.