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

    Hi,

    How do I get my menu to be sticky on mobile?

    Thanks

    #1414088

    Hey woogie07,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
        background: #fff;
      }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

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