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]