Css dropdown menu hiding behind content (again)

Hi.

I got a problem with my blog, that is dropdown menu hidden behind the content of my blog.

I found some same trouble posts here but I could not figure it with the guides.

Could you please help me.

I use blogger, and this is my testing site: http://bxinh.blogspot.com/
This is the blogger template: http://www.mediafire.com/download/m1962guq966p8b8/G+Vusion+2+Update+Responsive+Blogger+Template.rar

Thanks a lot.
Regard.

Increase the z-index of the #menu-wrapper that should do it.

1 Like

Thanks for your help.

I try increase z-index to 999 but it doesn;t work.

Then, I try to remove overflow:hidden as some posts in here said but it doesn’t work too. :frowning:

Sure it works.

#menu-wrapper {
    transform: translateZ(0px);
    z-index: 2;
}

1 Like

OH MY GOD

YOU ARE MY HERO!!!

I;ve been headache with this problem for a long long time, as the first time when I rip that template and apply it for my site: Just do Blog but I fail. So I decided remove the drop-down menu and use only one level click.

Really appreciate for your help and this is the best community helping people. I;ve saw many posts when admin here help newbie alot.

Regard.

1 Like

I’ll just pass that right along to @SamA74 who identified the fix

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.