Side menu not showing full screen.

  • Author
    Posts
  • #119811

    Hi! I am designing a website and for some of the pages I have removed my header image. However when there is no header image the side menu will also have a white header (not full screen). You can see it on happening on this page. . However on my landing page (set with a banner image) and some other pages that have a header image are still fine.
    How can i fix this and make the side menu full screen on all pages ?

    #120249
    Zed
    Cryout Creations mastermind

    Hi,

    That’s the result of the menu bar having a background color when the menu is not displayed over the header image (when this background would get removed).
    You can force-remove the background with CSS:

    .burgermenu-active #site-header-main,
    .burgermenu-active .site-header-bottom-fixed,
    .burgermenu-active .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background: transparent;
    }
    .burgermenu-active .hamburger span {
        background-color: #fff;
    }

    We’ll look into whether this should be the default theme behaviour.


    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 ‘Side menu not showing full screen.’ is closed to new replies.