1. einkauf@smartitconsulting.de
  2. Commercial Templates
  3. Sunday, 22 May 2016
  4.  Subscribe via email
We need to change the menu z-index that it overlaps other content of a differnet slideshow
but in which css file do we have to change the z-index that the pulldown menus are on top?
Accepted Answer Pending Moderation
0
Votes
Undo
Try in custom css:

.hornavmenu {
z-index: 11;
}


change z-index:11; to a value that fits your needs
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I did change it in
Templates - J51_Alexis - Standard - Custom CSS
and added the code in the right section (it existed already, z-indes was missin)
I tried several values - up to 9999 - but no change of the behaviour!
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your z-index issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend try adding the following to the Custom CSS field of your templates parameters...


#container_header {
z-index: 200;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Yes, this worked. Thank You!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!