hi to everybody!
i’m customizing enfold but i’ve a problem:
the menu (the same of home v.1 landing page version) goes under the page elements, how i can set it always over?
i’tried in >styling>quick CSS with this: “header_main{ z-index:100;} but it doesn’t work…
could you hel me please?
this is the link: http://candis.sickmind.it/
after few tests i observate that it appens when i use the layer slider and the masonry fullwidth gallery. If i use only the gallery the menu works… why?
Hey!
It works fine on my end. See screenshot here http://i.imgur.com/ntq8Izz.jpg
Please check your website and confirm that is working fine on your end as well
Best regards,
Yigit
yes i modified the page sorry….
try now: http://candis.sickmind.it/
that i described it appens when there’s also the layer slider….
Hey!
I checked all of your pages and there seems be to no issue on my end. Which browser are you using?
Cheers!
Yigit
Hey!
http://goo.gl/UYrpY2
Samething is happening to me as well..
The drop down menu with the complete header is going underneath the masonry galley I don’t know why..
any solutions? I tested it with chrome and firefox as well..
Hi!
Please add this on your custom.css or Quick CSS:
.av-masonry {
position: relative;
overflow: hidden;
z-index: 0;
}
Best regards,
Ismael
thanks!