Dropdown Navigation Issue

Homepage Community Forums Epik Theme Support Dropdown Navigation Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11363
    CTS
    Customer

      If you go to my site and click on services tab and try to go down to the last item the navigation exits before you can access the last item. Is there a setting that can be adjusted possibly to fix this?

      http://craftt44.wwwssr4.supercp.com/

      Thanks much!

      #11372
      Eric
      Customer

        Boost up the z-index on line 2051 to 999

        .genesis-nav-menu .sub-menu {
        	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
        	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
        	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
        	left: -9999px;
        	margin: 0;
        	opacity: 0;
        	padding: 0;
        	position: absolute;
        	-webkit-transition: opacity .4s ease-in-out;
        	-moz-transition:    opacity .4s ease-in-out;
        	-ms-transition:     opacity .4s ease-in-out;
        	-o-transition:      opacity .4s ease-in-out;
        	transition:         opacity .4s ease-in-out;
        	width: 202px;
        	z-index: 999;
        }

        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.