Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Leon Cuzzilla Friend
    #202519

    Hi, can you tell me where in css I can allow the toggle menu to display on an ipad in portrait mode. I thought it might have been this line in the template.css as it looks like this is saying that the toggle menu should not be displayed min-width: 768px.

    @media (min-width: 768px) {
    .navbar-toggle {
    display: none;
    }
    }

    Since ipad is 768px width portrait I thought changing the width here to eg 769px would do it but it didn’t do anything.

    Saguaros Moderator
    #554513

    Hope this thread can help you: http://www.joomlart.com/forums/topic/adjust-menu-for-ipad-layout/#post-525992

    Please make sure that after changing value for that @grid-float-breakpoint variable, you need to compile less to css (remember to take a backup of all current css files first as when compiling less to css, they will be overridden)

    Leon Cuzzilla Friend
    #554634

    Thanks that did the trick! :laugh:

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Leon Cuzzilla 10 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum