Okay
  Public Ticket #1630995
Mobile menu Not working
Closed

Comments

  •  1
    Sahira Parveen Shaikh started the conversation

    Hello

    The mobile header Menu is currently not working correctly, you can check it yourself you will see that on mobile phones such as iphone 7 or 6 it just puts the menu under the other images and the menu items are not clickable.¿?¿

    On safari it goes under the other items as you can see here https://prnt.sc/k2imv7

    and on Chrome it shows the menu but you cannot click on it¿?

    Please let me know how to fix this issue and why is it happening?

    the url is http://pinsapopublicidad.es/mobile

    Thank you.

  •  2,010
    Ocean replied

    I see your css code not good, that you have add in Archi Options -> Styling Options -> CSS Code:

    header {
        height: 110px;
        padding-top: 15px;
    }
    

    css code should is: 

    @media only screen and (min-width: 992px) {
    header {
        height: 110px;
        padding-top: 15px;
    }
    }
    

    Thank you

  •  1
    Sahira Parveen Shaikh replied

    Thank YOU!!

    That seemed to fix the problem :))