Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • puntje Friend
    #683277

    Hi

    I don’t want main menu must not be there on tablet portrait size. The menu larger as the screen, so i got two lines.

    I looked in variables.less but cannot find the line to make it disappear at that size.

    It must be like this image, but my ipad portrait is larger, so i see the main menu

    Also the logo will be changed

    Adam M Moderator
    #683662

    Hi @puntje,

    Please open file templatesja_jasoncsscustom.css then add this code :

    @media (max-width: 769px) {
    #t3-mainnav .navbar-collapse.collapse {
    display: none !important;
    }
    }

    Adam M Moderator
    #748420

    Hi @puntje,

    Please open file templatesja_jasoncsscustom.css then add this code :

    @media (max-width: 769px) {
    #t3-mainnav .navbar-collapse.collapse {
    display: none !important;
    }
    }

    puntje Friend
    #684953

    Thanks it works.

    puntje Friend
    #748806

    Thanks it works.

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

This topic contains 5 replies, has 2 voices, and was last updated by  puntje 9 years, 2 months ago.

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