How can I make the secondary menu stick to the top of my website on mobile? I want the phone number to stay visible at the top when users scroll. Thanks in advance.
Hey ekam520,
Add this to quick css:
@media only screen and (max-width: 767px) {
#header_meta{
width:100%!important;
position:fixed!important;
}}
Best regards,
Jordan Shannon
Awesome, it worked perfectly. Thank you!
Hi ekam520,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria