Hi @kevalgajjar,
Thanks for your reply. Normally Notificationx bar takes position at the top by pushing down the navbar. But you’ve used position:fixed css property in the navbar hence it’s not coming down while Notificationx bar is active.
Anyway, here I’m giving you two possible solutions with some CSS. At first please try the first one and if it doesn’t work, remove the first one and try with the second one.
1. Please add this css:
.header_area {
top: inherit;
}
2. If the first one doesn’t work perfectly, please try with these codes:
header.header_area.header_stick {
position: inherit;
}
.elementor.elementor-830 {
margin-top: -94px;
}
.navbar.navbar-expand-lg.menu_one.menu_right {
z-index: 9999;
}
You can add custom css from your Theme’s CSS Editor option. Navigate to your?WordPress Dashboard -> Appearance -> Customize ->Additional CSS , check this out: https://d.pr/i/HOJOWm
Even after doing the above, if you’re still facing the issue then please create a support ticket here. We’ll check and resolve this issue, don’t worry.
Let me know how it goes.
Regards