Okay
  Public Ticket #1289975
iphone responsive menu
Closed

Comments

  •  2
    Shariff started the conversation

    HI

    the website on iphone (not droid) menu items with submenu don't work (unless on front page).  to replicate go to any page first such as contact us then open menu and try to choose bar or menu for food, it will not work.  Please help asap since it is urgent and site is live 



  •  2
    Shariff replied

    Please I need a reply asap, this is a live site and I have a support contract.



  •  850
    Jelly replied

    Hi,

    Please add the css code in the path: Appearance -> Theme Editor -> Style.css, please put it in the end of the file:

    @media screen and (max-width: 768px){
    .navbar-nav > li:hover > .sub-menu {
        display: block;
        position: relative;
        width: 100%;
        margin-top: 5%;
    }
    .navbar-nav > li > .sub-menu li {
        margin: 10px 0px;
    }
    }

    Best Regards,
    Jelly Team