• Resolved Rakem

    (@rakem)


    Hallo Nikola,
    I appreciate your really great plugin and your obvionsly good customer care.
    My (only) problem is, that when die formular is not yet filled (completly) there is a soft white “layer” that partly hides the menu.
    How can I get rid of this? Is this caused by a Z-index? What can I do?

    Thank you in advance

    Rakem

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Rakem, yes it’s due to z-index. You can place custom css code inside EA Settings > Customize page.

    Best regards,
    Nikola

    Thread Starter Rakem

    (@rakem)

    Hallo Nikola,
    thank you for your reply. I solved my problem by rising the z-index of the menu.
    .navigation-top {
    background: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1rem;
    /*position: relative;*/
    z-index: 110 !important;
    }
    But your proposal is the better one.
    But to what do I have to refer (i’m just an enthusiastic beginner)?

    ….
    … z-index= 100;

    I’d very much appreciate your help.

    Thank you in advance.

    Best regards

    Rakem

    Hi Rakem, yes you can solve that also from that side 🙂

    Best regards,
    Nikola

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘“Layer” hides partly Menu’ is closed to new replies.