Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1177308

    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.

    #1177407

    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

    #1177817

    Awesome, it worked perfectly. Thank you!

    #1177901

    Hi ekam520,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.