gntodd1
Hi
Your template z-index value is 1.
Kindly open /templates/shaper_university/css/template.css
find this code and increase the z-index value to 10
#sp-menu-wrapper {
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
position: relative;
z-index: 1;
}
save and check.
Regards