Okay
  Public Ticket #2632434
Mobile Menu not working
Closed

Comments

  •  8
    byggis started the conversation

    The mobile menu is not working and it it not clickable. Could we please get some input?

  •  2,963
    Andrew replied

    Hi there,

    Use the following custom css in Salient > General settings > CSS/Script related:

    body[data-bg-header="true"] #header-outer[data-permanent-transparent="1"].transparent {
        pointer-events: all !important;
    }
    

    Kind regards.

  •  8
    byggis replied

    Hi!

    It works, thank you.

  •  8
    byggis replied

    Hi Andrew,

    I need help with this to. the menu come to far "down" see attached. I guess we need another custom CSS?

  •  2,963
    Andrew replied

    Hi there,

    Try the following css:

    #header-outer .sf-menu >li:hover >ul, #header-outer .sf-menu >.sfHover >ul {
        top: 60%;
    }
    

    Kind regards.

  •  8
    byggis replied

    Works like a charm! <3