Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1416493

    Hello,

    on the site http://vietnamazing.eu/be-part-of-it/ my customer wishes that the menu remains visible on the smartphone when scrolling down. I haven’t found any setting for this. Is there a trick to make the menu visible?

    Best regards,
    Martin

    #1416513

    Hey Martin,
    Thanks for your question, there is not a option to make the header sticky on mobile, but you could 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;
      }
      .responsive #top #wrap_all #main {
      	padding-top: 110px !important;
      }
    }

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

    Best regards,
    Mike

    #1418475

    Wow, Mike, it works. You are great, thank you very much!

    #1418476

    Coooool :-)

    #1418493

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mobile menu should remain visible’ is closed to new replies.