white space appearing above menu on mobile devices in portrait mode

  • Author
    Posts
  • #39512

    Hi
    On my site I dont want a header image so I have set
    header height 0px
    header image – nothing
    site header – nothing
    header content spacing 0px

    Works well on PC, ipad in landscape mode. On my ipad in portait mode or my iphone in landscape and portrait mode there is a white gap above the menu. However the presentation page is fine, its got this gap on every other page.
    As a test I added a header image and it appeared perfectly in this white gap.

    Is there a problem with the theme or am I doing something wrong?

    Thanks
    Martin

    #39548
    Zed
    Cryout Creations mastermind

    Try this custom CSS:

    @media (max-width: 800px) {
        body #branding, body #bg_image { min-height: 0; }
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #41385
    stefanobene
    Power User

    Hi,
    something similar is happening with my site on iPhone in portrait mode only: I see only the side bar, that appears after a big empty area. This doesn’t happen with the homepage, where the sidebar isn’t. The layout is: 900px+250px

    Thanks,

    Stefano

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

The topic ‘white space appearing above menu on mobile devices in portrait mode’ is closed to new replies.