Okay
  Public Ticket #223047
Menu behind slider
Closed

Comments

  • Adrienne started the conversation

    Using version 4.3.8 and the menu dropdown items are hidden behind the slider.  Can you please help me fix this?

  •  1,172
    Amit replied

    add this to ur css 

    #rev_slider_1_1_wrapper
    {
    position:relative;
    z-index:1;
    }


  • Adrienne replied

    I have placed the above code in customs.css but it didn't fix the problem.

    Do I need to put it in a specific css file?

  •  1,172
    Amit replied

    send me ftp access i will look 

  • [deleted] replied

    Hello,

    i have some error in my web site, please help me about this error

  •  1,172
    Amit replied

    Egalweb Ouarmaroc please open a private ticket with all your credentials


  • Adrienne replied

    The above code is needed for 4.3.8 but is not needed for 4.3.6.

    I placed in the suggested CSS in my custom.css and that fixed the problem.  It initially appeared not to fix the problem but it was a missing "}" backet in my custom.css file.  After I found and replaced the missing "}" the code work.

    Thanks.


  •  1,172
    Amit replied

    nice !