Good morning,
I have this problem.
I put a custom html code to make a menu, but i need to put on the top of everything, like this one
this is my site http://www.fnpcislpisa.it/new/chi-siamo/
I know that i have to work on z-index, and i try many things but…it’doesn’t work
any suggestion?
Hi,
I’m not sure I understand what you are looking to achieve, could you try to explain a bit further or post a screenshot highlighting your intentions please?
Best regards,
Rikard
I’m sorry, you re right so… Look at this screen https://ibb.co/wWTSmVt
You’ll see the the submenu section are Behind the paragraph on the right. I need to put the menu in front of the paragraph. Something like a TOP level…Sorry for my bad english!
Hi,
Sorry for the late reply, please add z-index to your custom css:
body .container_wrap .avia-builder-el-last {
margin-bottom: 0;
}
I believe that this css is in your Quick CSS, please change it to this:
body .container_wrap .avia-builder-el-last {
margin-bottom: 0;
position: relative !important;
z-index: 0 !important;
}
Then please clear your browser cache and check.
Best regards,
Mike
wow! It’ works perfectly!!! Thank you! :D
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.
For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)
Best regards,
Mike