html - Dropdown Menu goes underneath image -
today encountered weird experience in site livegreen
when hover on menu services, dropdown goes underneath image section below that. tried every possible way positioning , z-index ing , kind, , googled lot, not bad html , css still, testing me.
this theme purchased, cant post code. can check website itself.
please me.
remove z-index property on .main
class.
.main { z-index: 1; /* causing problems */ }
Comments
Post a Comment