Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #879433

    Hi !
    how can I implement the sticky header on mobile

    #879496

    Hey diego,

    Please, provide to us your website link – this way we can check it better.

    Best regards,
    John Torvik

    #879498
    This reply has been marked as private.
    #880260

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency {
        background: transparent;
        position: absolute!important;
    }}
    

    Best regards,
    Yigit

    #880429

    Hello, I have placed the code where you indicate me and nothing has happened

    #880432

    Hi,

    If you are using a caching plugin, please flush cache and refresh your page a few times. If that still does not help, please post temporary admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    #880434

    Sure,

    • This reply was modified 6 years, 12 months ago by Yigit. Reason: moved logins to private content field
    #880437

    Hi,

    It does show up fine on my end.
    Please flush browser cache and hard refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #880884
    This reply has been marked as private.
    #881323

    good morning, I’m sorry for the inconvenience but I still can not resolve this issue, can you help me?

    #881594

    Hi dalejandrorinconp,

    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 #main {
        margin-top: 82px;
      }
      .responsive #top #wrap_all #header {
        background-color: #fff;
        position: fixed;
      }
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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