Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210120

    Hi

    I have configured a website to display a drop down menu and I notice is does not display when viewed in tablet portrait view.

    How can this be overcome, without resorting to a slideout menu?

    Kind regards

    Duncan

    #210395

    Hi Duncan,

    Can you post the link to your website please?

    Regards,
    Josue

    #210620
    This reply has been marked as private.
    #210631

    Hey!

    Add this on Quick CSS or custom.css to display the mobile menu on iPad:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Cheers!
    Ismael

    #210641

    Many thanks Ismeal for your quick reply.

    css works a treat!

    cheers

    Duncan

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Dropdown Menu not displaying in tablets (portrait)’ is closed to new replies.