• This is a pretty basic question (I think) but I just can’t figure out how to fix it. On my WordPress site, when I view it on a mobile device, when I click the MENU button/bar, the menu expands briefly before the page reloads. When the page reloads, the Menu bar is collapsed again and this cycle just repeats, it’s like I cannot use the Menu on a mobile device.

    I found a post on Stack Overflow where someone seems to have the same issue but I’m just not sure how to follow their instructions:

    Change <a class="navicon mtoggle" href=""> to <div class="navicon mtoggle"> then update your css

    nav#mobile .navicon{
    cursor:pointer;
    }

    Can someone maybe please explain to me in which file I change <a class="navicon mtoggle" href=""> to <div class="navicon mtoggle"> and also in which file I update my CSS?

    I am just hoping to have my Menu expand properly on a mobile device without it reloading the page and getting stuck in this loop. Any assistance would be greatly appreciated! Thanks so much in advance for any help with this!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile WordPress menu button reloads page = vicious cycle?’ is closed to new replies.