Revolution Slider hides drop down menu

I’m using the For the Cause template and the Revolution Slider plugin. Check homepage, the slider hides the ‘shop’ drop down menu. How do I fix this?

Hi,

hope this FAQ of ours can help you: http://www.themepunch.com/faq/my-main-menus-submenu-is-hidden-behind-the-slider/

Other than that please ask questions like this in the products comment section or directly in the support. If the plugin comes bundled in a theme please contact the theme author, if you purchased the plugin individually the plugin author might be the best option to start.

Cheers from your Team @ ThemePunch


  Facebook      Twitter      Support

Hello,

Go layout.css and change this line

  #header {
    position: relative;
    z-index: 1;
    padding: 0;
  }

to

  #header {
    position: relative;
    z-index: 100;
    padding: 0;
  }

Regards

Thank you! I added this line to Custom CSS. Resolved the issue.

#header {position: relative; z-index: 100;padding: 0;}