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

    Hi,
    I have looked through old support cases but not yet found one that fixes my problem.
    I would like the submenu to be sticky on mobile (and tablet).
    That is just the phone numbers, but not the part of the header with the logo and burger menu.

    Is that possible?

    Thanks for a great theme and very valuable support.

    #889404

    Hey Camilla,

    You mean you want just this part to be sticky?

    Best regards,
    Victoria

    #889533

    Hi Victoria,
    Yes exactly! Is it possible? :-)

    #889668

    Hi Camilla,

    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: 990px) {
      #top #header_meta {
        position: fixed;
        width: 100%;
    
      }
      #header_main {
          padding-top: 30px;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #889824

    Amazing. Thanks a lot!

    #889848

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

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