[Resolved] Changing z-index value of navigation menu?

Home Forums Support [Resolved] Changing z-index value of navigation menu?

Home Forums Support Changing z-index value of navigation menu?

  • This topic has 2 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #875797
    Killian

    I am using a map plugin that is covering the menu bar when I scroll up here. To solve this I think I need to increase the z-index value. I tried to do this via customizer – additional CSS. the value in the Theme CSS is 100, so I added:

    
    .main-navigation {
    	z-index: 500;
    	padding: 0;
    	clear: both;
    	display: block;
    }
    
    .sticky-navigation {
    	z-index: 500;
    	padding: 0;
    	clear: both;
    	display: block;
    }
    

    (I did both as I’m not sure which one I need to do…).

    This doesn’t seem to have changed anything. What can I do?

    #875830
    Killian

    OK, this worked:

    
    z-index: 10000 !important;
    
    #875984
    Leo
    Staff
    Customer Support

    Awesome 🙂

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