Hi @kevalgajjar,
I’m sorry for the inconvenience caused to you. I’ve visited your website but not seeing any NotificaionX bar there. Maybe you’ve disabled it already.
Can you please enable it for a while and let us know ? But it would be easier for us to handle if you can create a support ticket here.
Hope to hear from you.
Thanks!
Hi @tushar284, Yes I disable your plugin because it’s not working as expected for me,
Can you please check asap? and let me know what I have to do with problem
-
This reply was modified 4 years, 10 months ago by
kevalgajjar.
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
Hi @kevalgajjar,
How are you doing today? So, has your issue been resolved? Can you please let us know? If you need further assistance, we will surely help you out.
Thank you.
Thanks @tushar284, your css works for me.