Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #834130

    Ahoy,

    How do I make the mobile menu on my website sticky when scrolled with the phone number at the top?

    #834784

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 768px) {
    #header_meta {
        position: fixed;
        width: 100%;
        top: 0;
    }
    #advanced_menu_toggle {
        position: fixed;
        top: 55px;
        right: 10px;
    }
    }
    

    Best regards,
    Yigit

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