Home Forums WPStrong Themes Elementy Sticky menu on mobile

Viewing 2 reply threads
  • Author
    Posts
    • #18049

      Rooster1377
      Participant

      Hi,

      I have purchased the Elementy WP theme.
      I am facing an issue with the one-page them on a mobile. When I scroll down the page – there is no sticky menu on the top of the mobile screen. I want to activate the sticky header for mobile. How do I do that?

    • #18050

      Rooster1377
      Participant
      This reply has been marked as private.
    • #18085

      Maria Do
      Keymaster

      Hi there

      You can use below css code to show sticky menu for mobile device:
      @media (max-width: 480px){
      div#cshero-header {
      position: fixed!important;
      width: 100%!important;
      z-index: 999!important;
      top: 0!important;
      background: red!important;
      }
      }

Viewing 2 reply threads
  • You must be logged in to reply to this topic.