Forums
Home / Theme: Meteorite / Sticky menu
(@gokh)
6 years, 9 months ago
Sticky menu possible?
Best regards
(@terrathemes)
Yes, it is possible. Just activate it in the Customizer.
It was already pre-selected “Sticky”. It’s not fixed, it disappears when you scroll down the page.
Try to select static, save, then select sticky again.
It’s already registered as “static”.
If static is selected, why don’t you just use sticky?
When I only use sticky, the menu disappears when I scroll down the page.
Static does the same. But if you choose sticky I can take a look at your page and maybe see what is wrong. But if you have static, how should I find the reason why sticky isn’t working?
Now static. You can look at the page.
I asked you to choose sticky.
Why do you use static? Static makes the header to be not sticky
Now Sticky. You can look at the page.
You have this CSS in your Custom CSS:
.has-header #masthead.above:not(.above-solid) .nav-container { border-bottom: 1px solid rgba(255, 255, 255, 0.3); border-top: 1px solid rgba(255, 255, 255, 0.3); position: relative; z-index: 749; }
Remove position: relative; from this rule.
position: relative;
Yes it was good. Can the background color be transparent?
No need, it’s good.
Thank you so much..