Okay
  Public Ticket #3046034
Mobile menu overlap
Closed

Comments

  • backwards started the conversation

    Hi there

    I have had this issue previously and was given code to fix it but now all the websites that have this issue are showing it again. The mobile menu is showing in the wrong place

  •  1,877
    Judith replied

    Hi There,

    Thanks for choosing Salient.

    Please try this css:

    @media only screen and (max-width: 999px){
    .nectar-mobile-only.mobile-header {
        display: none;
    } }

    Thanks.