Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1047620

    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

    #1048102

    any suggestion?

    #1048520

    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

    #1048963

    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!

    #1049207

    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

    #1053632

    wow! It’ works perfectly!!! Thank you! :D

    #1053677

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Put custom menu on top’ is closed to new replies.