Slider hide dropdown menu

Latest Reply from papireper at 2017-12-27 05:48:21 Solution
Dear Support,

We use AutoPress Theme long time ago but now dropdown menu do not show up normally because it seems to be behind slider - specially after the second slider.

Could you please check it up?

Thank you in advance!!!
Kind regards,
Betty
Sorry, I forgot to write: Everything is the freshest version (Wp, theme, plugins), and I've tried to switch off all plugins, but problem still existed.
Thank you!
And... I also forgot the url where you can check the problem: http://szereczauto.hu/

Sorry for this.
Thank you so much!
Hi!

Please, find the code:

#header-block {
position:relative;
}

inside the style.css file of the theme and replace it with:

#header-block {
position:relative;
z-index: 1;
}

That is all that you need to do to fix the issue.
Hi Dave,

It works! :))

Thank you for your kindly help!

Leave a reply

Add codeAdd image