Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Fujyn

    (@arwah12)

    after I add this code in CSS

    #site-header {
        display: none;
    }
    @media (max-width: 480px) {
    #site-header {
        display: block;
    }
    }

    for the front page to function
    but that doesn’t work for a single product page
    what i need to do

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @arwah12,

    I’m seeing it fine in your product page. Did you tried to purge the cache and check again?

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the project for now. Let me know if necessary.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘on the home page, and on a single product page, the mobile menu doesn’t work’ is closed to new replies.