• Hi. I am in building a web site, using Word Press as a CMS system. I am using the twenty thriteen theme as my child theme, and I am developing the site locally on my computer using mamp.

    I am almost done with the site, and was testing it on my phone, when I realised that the “mobile menu” is not linked to the various pages.
    Can someone please have a look at my site, and see if you can see what is wrong?

    Delivering my exam in a couple of days – would really appreciate help!

Viewing 1 replies (of 1 total)
  • Remove height: 5em; from this

    .navbar {
      background-color: #252426;
      height: 5em;
      width: 100%;
    }

    After height: 5em; is removed, the menu in mobile should function properly. Then to keep the space same as before, add this to it.

    .nave bar { border-bottom: 35px solid #252426; }
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu – Twenty Thirteen Child Theme’ is closed to new replies.