Okay
  Public Ticket #1646599
Mobile Menu Behind Home Image
Closed

Comments

  •  1
    edgarphs started the conversation

    Hi, 

    My Menu does not work or look like the Demo. 

    My Menu on  a mobile (I am using iPhone) is behind the home image. See screen shot. 

    And the menu is transparent in the individual pages. 

    I want my menu like your demo where it opens by pushing down the content. 

    Please help. 

  •  2,010
    Ocean replied

    Hi,

    I see your problem, the height of the header is fixed in all screens: http://prntscr.com/k8870e

    Please wrap css code in your Archi Options -> Styling Options -> CSS Code: 

    @media (min-width: 993px) {
        header {
            width: 100%;
            height: 95px;
        }
    }
    

    Thank you

  •   edgarphs replied privately
  •  2,010
  •  1
    edgarphs replied

    Your the best! thank you