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

    Please
    How can I make the menu and logo sticky in mobile

    Thank you

    • This topic was modified 7 years, 4 months ago by oscarmo.
    #931528

    Hey oscarmo,

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

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
      .responsive #top #main {
      	/* Margin top value should be equal to header height*/
        margin-top: 180px;
      }
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }
    

    Best regards,
    Vinay

    #931650

    48/5000
    Hello,
    I have set what it tells me and it does not work

    • This reply was modified 7 years, 3 months ago by oscarmo.
    #931901

    Hi oscarmo,

    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;
       }
       .html_header_top.html_header_sticky #top #main {
          padding-top: 88px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #935758

    I added it and it does not work

    I need that option that I can do?

    • This reply was modified 7 years, 3 months ago by oscarmo.
    #935930

    Hi,

    I have checked it on my end and it works fine, can you try to clear the browser cache?

    Best regards,
    Nikko

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