Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #658242

    Hi Guys,

    My website doesn’t display the menu stack on mobiles or tablets.

    Can you help?

    Thanks.

    #658430

    Hey petleyj,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #658487

    Hi Rikard,

    Please find the details in the box below.

    • This reply was modified 8 years, 4 months ago by petleyj.
    #659324

    Hi,

    you’re using some code which is causing this. For example remove this one:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .av_mobile_menu_tablet .main_menu .avia-menu {
    display: none;
    }}
    

    Best regards,
    Andy

    #670712

    Hi Andy, sorry for the overdue reply.

    Could you let me know where that line of code is or are you able to remove it for me?

    I’ve searched in all the files to get nowt.

    Thanks,
    James

    #671343

    Hi,

    no idea where you have used this code. Maybe it’s inside Quick CSS field, maybe inside custom.css or maybe somewhere else. If you can’t find it then add this code:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .av_mobile_menu_tablet .main_menu .avia-menu {
    display: block !important;
    }}
    

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.