Menu that disappear on mobile version

Hi guys, on the website i'm building i have a problem with menu that disappear on mobile version.
here's the website: http://www.pumi.it/wordpress/

I also need to align the logo on the center and have a larger one.
Thanks
Bye

Comments

  • Hi,

    menu does not disappear. It's the same color as background and that's why is invisible. To change responsive menu icon color, please use below css:
    #Top_bar a.responsive-menu-toggle { color: #000 !important; }
    But to increase logo size on mobile devices, please use below css:
    @media only screen and (max-width: 767px) {
        #Header_creative #Top_bar .logo #logo img { max-height: 100px !important; }
    }
  • Thank you guys. Everything works very well!
    Tom
  • Sorry guys but the logo is ok on mobile but still small on tablet. Can you help me?
    Thanks
    Tom
  • If it's still small on tablet, then please increase max-width size in the code we gave you above. Increase 767px to own size.
Sign In or Register to comment.