Ipad menu button

Hi 

When I view this site on the iPad i can't get into the menu (the button doesn't work)
Cant view slider when i turn my phone horizontal, I would like to be able to scroll up to view slider.
Can i make the spacing between menu items closer when viewed on mobile device.

Thanks

Comments

  • Hi,

    this is how sticky menu button on mobile works. If you don't like how it works, then turn off sticky menu on mobile. But to decrease padding between menu items on mobile, please use below css:
    @media only screen and (max-width: 479px) {
        #Top_bar .menu > li > a { padding-top: 0 !important; }
    }
    this padding comes from your custom modifications if you want to know.
  • Thanks for this.

    The menu button on the iPad doesn't work, can't see dropdown of pages, how can I sort this out.

    Thanks
  • Ok. So please update all theme, wordpress and plugins files via FTP. If this won't help, then please deactivate plugins. However, if none of them won't help, then please send us private message with access to your dashboard and we'll have a look on it.
Sign In or Register to comment.