Tagged: Hamburger-Menu, header, theme update
Hi!
I searched the forum for solutions to this problem (which happened a lot obviously) but I was not able to find a solution that worked for me.
Would be very grateful for any help.
Thanks guys!
Hey DoorNo8,
It’s displaying fine on my end, please try clearing your browser cache and reload the page to see if that helps.
Best regards,
Rikard
Hey Rikard, thank you so much for the quick answer – seems to have been a caching problem. Thanks!
-) Two other minor things: I have now a white bar below the header and above the content that should not be there … any hints?
-) is it possible to make the hamburger menu sticky on mobiles (just the burger, not the complete header) so that it can be seen after scrolling down?
Thank you again!
first question (weird white bar) solved, second one remains
btw on smaller display size the header gets grey – would like to have it transparent as well …
Thank you!
Hi DoorNo8,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 479px) {
.responsive #top .av-main-nav .menu-item-avia-special {
position: fixed;
right: 60px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.responsive #top .av-main-nav .menu-item-avia-special {
position: fixed;
right: 30px;
display: block;
}
.menu-item {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria