By errico on Wednesday, 14 December 2016
Posted in General
Replies 1
Likes 0
Views 170
Votes 0
Hi. There's a little z-index problem.
Where can i solve it? (see the attachment)
Your template has a z-index 1 on the wrapper which is bad :| . Take a look at this, http://take.ms/3aiDK . If you are having a dropdown, it should at least have a higher z-index. Try to add this css codes,

[gist]
body .shine-header {
z-index: 99;
}
[/gist]
·
Wednesday, 14 December 2016 01:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post