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

    Hello, just as the sticky menu is in the desktop version, I need it to be sticky in the mobile version. How can this be done?

    #1402454

    Hi lovet10,

    Can you try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width: 767px) {
      .html_stretched.responsive.html_header_top #top #main {
        margin-top: 90px !important;
      }
    
      .html_stretched.responsive #top #wrap_all #header {
        position: fixed !important;
      }
    }

    And see if it helps.

    Best regards,
    Nikko

    #1402601

    Yes, it’s work!

    Thank you!

    #1402637

    Hi lovet10,

    We’re glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Put sticky menu on mobile version’ is closed to new replies.