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