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

    Hi Team Enfold,

    I like my header sticky on mobile phones. I found some codes here in the forum but they did not work.

    Thank you for your help!

    Thomas

    #1185099

    Hey ThomSchu,

    Can you try adding this CSS code in Quick CSS:

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

    Best regards,
    Nikko

    #1185390

    Hey Nikko!
    It worked. Thank you :)

    #1185396

    Hi ThomSchu,

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

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sticky Mobile Header’ is closed to new replies.