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

    Is there a way to have the header sticky for only mobile phones without having to have the settings for desktop on?

    I have tried all kinds of CSS changes including this with no help, probably because i don’t have the settings turned.
    https://kriesi.at/support/topic/mobile-fixed-header/

    I would like to show the logo and menu icon at all times when on the phone. Any help you can give would be greatly appreciated.

    Thanks!

    #523789

    Hi bjornwallman!

    Can you please post the link to your website?

    Regards,
    Yigit

    #524280

    Thank you!

    #524715

    Hi,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 990px) {
    #header {
        position: fixed !important;
    }
    
    #main {
        margin-top: 107px !important;
    }
    }

    Best regards,
    Rikard

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