White space on responsive layout only

  • Author
    Posts
  • #28391
    Lisa P

    Hi,

    I’m not entirely sure this is a bug, as I’m completely new at this and have tried my best to figure it out but unfortunately, have lost the fight.

    Our presentation page looks awesome, but anytime I go to another page/post in the responsive version only, I see a white space above the menu. This white space does not occur on the desktop version, only the responsive version. This is only a concern to me because I’m trying to add a sticky/fixed menu.

    Thank you in advance for your help. This is an awesome theme, and our school is going to benefit greatly from it! We’re super excited to launch it, and I’m just trying to work out a few issues that I’ve been procrastinating on. 🙂

    #28544
    Zed
    Cryout Creations mastermind

    It appears we have solved this via a separate route.
    For anyone else having the same question, it’s because the theme isn’t actually designed to be used entirely without a header and a bit of CSS is needed in that case to disable some header area styling:

    @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.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘White space on responsive layout only’ is closed to new replies.