Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #460083

    Hi there,

    how can I change the size of the menu for display on iPad or tablet?
    Is it possible to get the menu in one row?

    Thanks in advance and have a great day!
    Andreas

    #460337

    Hi a-l-p!

    It would be best to hide that and display the responsive menu instead on that screen size. You can do this with the following CSS.

    @media screen and (max-width: 900px) {
    nav.main_menu { display: none !important; }
    #advanced_menu_toggle { display: block !important; }
    }

    And then play around with the 900px value to match the size of your ipad screen.

    Best regards,
    Elliott

    #461194

    Hi Elliott,

    thanks a lot for the fast reply. :)
    I’ll try it with some different sizes…

    Thanks again and have a great day!

    Best regards,
    Andreas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu size in iPad or tablet’ is closed to new replies.