Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #916887

    Hi,

    Is there a way to keep the header sticky even on the phone? It’s sticking on the big screen but not the phone.

    Thanks,
    Ginny

    #917089

    Hey Ginny,

    Please give us a link to your website so that we can provide you with necessary css.

    Best regards,
    Victoria

    #917191

    Thanks!

    G.

    #917418

    Hi Ginny,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

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

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #917473

    Perfect. Many thanks!

    #917478

    Hi,
    Glad Victoria was able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

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