Hi,
You can try using the top bar menu, it’s a sticky menu.
Thank you.
Thread Starter
cuthza
(@cuthza)
I’m using the sticky menu, but the Hello Bar still covers the sticky menu. I would like the sticky menu to appear below Hello Bar if possible.
Hi,
Use the following in your child theme style.css
#nav-topbar {
position: relative;
top: 50px !important;
}
Thank you
Denzel
Thread Starter
cuthza
(@cuthza)
Thanks, but is there a way to make it fluid? Eg. push down when it’s needed to, but when the top bar goes away, it slides back up again?
You could modify the plugin javascript to add a top margin to the theme topbar menu container whenever the hello bar is displayed. Perhaps the plugin author can help you with that.