How to make the logo and menu stay in place in mobile view

Home Forums Jevelin Theme How to make the logo and menu stay in place in mobile view

Home Forums Jevelin Theme How to make the logo and menu stay in place in mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • spalloney
    Participant

    Hey,

     

    In theme settings I have sticky mobile header disabled, but when I go into mobile view, the the logo and and menu still scroll with the page.

     

    Here’s my site: https://theforgottenwars.com/

     

    How do I fix?

     

    Thank you

    Hi @spalloney,

     

    I hope you are well today and thank you for your question.

     

    This is happening because of the below custom CSS code that you are using on your site using Yellow pencil editor so please remove the CSS code from Yellow pencil editor settings to resolve the issue.

    #page-container .primary-mobile-light {
        position: fixed !important;
        border-color: rgba(140,140,140,0.01);
    }
    
    #header-mobile .sh-header-mobile-navigation {
        position: fixed;
    }

     

    Best regards,
    Shufflehound team

    spalloney
    Participant

    I think i deleted the code you wanted me to from the home page, but the they’re both still moving with the page.

    Solution for this topic

    I can see the below CSS code is still there on your site so please remove it.

     

    #header-mobile .sh-header-mobile-navigation {
        position: fixed;
    }

    spalloney
    Participant

    Thank you so much

     

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)