Please note, this is a STATIC archive of website www.themepunch.com from 28 Sep 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

My main menu’s submenu is hidden behind the slider

The fix for this is usually to add the following CSS for your main menu to your theme’s “style.css” file:

 

Because all themes are different, your site’s main menu may not use an HTML5 “nav” element. For example, maybe your main navigation starts with an element that looks like this instead:

 

However your site’s navigation is built, find the element where its represented, and apply the CSS above to it. Usually the easiest way to find the elements used for your navigation is to check out the page’s good old fashioned “View HTML Source”.