Some of the menu items under "Services" dropdown are not clickable because the masthead text displays over the menu. I've tried changing the z-index but no luck. Do you have any other ideas? Here's an example page http://digitalmidsouth.com/_skin/services
xcloos Hi open template folder /css/custom.css file and add this code
.t3-header.has-hero { z-index: 42; }
Regards
Ninja THANKS! that fixed it.