Tagged: mobile sticky header
Hi,
I have looked through old support cases but not yet found one that fixes my problem.
I would like the submenu to be sticky on mobile (and tablet).
That is just the phone numbers, but not the part of the header with the logo and burger menu.
Is that possible?
Thanks for a great theme and very valuable support.
Hey Camilla,
You mean you want just this part to be sticky?
Best regards,
Victoria
Hi Victoria,
Yes exactly! Is it possible? :-)
Hi Camilla,
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: 990px) {
#top #header_meta {
position: fixed;
width: 100%;
}
#header_main {
padding-top: 30px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Amazing. Thanks a lot!