adjusting the z index

Need help? Please give a detailed explanation of your problem.
Post Reply
AllPro Expert
AllPro Expert
Joined: Wed Mar 16, 2016 1:06 pm
Website: www.webrose.net

adjusting the z index

  • Quote

Post

Hi.
The menu bar on my client's website http://www.thefeltingsource.com/ is going below the image the slider and making it impossible for users to clink on the blog drop-down menu.
How to I adjust the menu bar z index so this issue will get resolved?
If you could show me also WHERE is access this code to make this adjustment (I'm guessing it needs to be set higher), that would be helpful.
Thanks much!
-Dhara
Support Team
Support Team
Website: www.allprowebtools.com

Re: adjusting the z index

  • Quote

Post

Hello, if you add this to the stylesheet, which you can find by going to Settings->Administrator and clicking on Stylesheet in the panel titled "Theme Editor," this bit of code should solve your issue:

Code: Select all

.header {
  z-index: 10;
}
Please let me know if you have any more questions!
Post Reply