Okay
  Public Ticket #2092969
Mobile Menu Overlaps Content
Closed

Comments

  •   Michael started the conversation
  •  3,025
    Andrew replied

    Hi Michael,

    Use the following custom css if you had already try other options and not working.

    @media only screen and (max-width: 999px) and (min-width: 1px)
    body #header-outer[data-transparent-header="true"][data-remove-border="true"], body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
        background: #ffffff !important;
    }
    

    Hope this helps.

  •   Michael replied privately
  •   Andrew replied privately