test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • max_santiago Friend
    #205316

    Hallo JA Friends,

    a simple question: why header-1 module is not visible when opening with tablet/smartphone?!

    In Layout template-administration (magazine’s style) box the flag is ON wtih SMALL/ESXTRASMALL option.
    Any suggests?!

    Thanks!

    M.

    ****************************************
    Buongiorno amici di Joomlart,

    una domanda semplice: perché il modulo ‘header-1’ non è visibile con un tablet o smartphone?!

    Nell’amministrazione del template (opz Layout dello stile Magazine) l’opzione Small/Extrasmall è correttamente impostata. Mi sfugge qualcosa?!
    Grazie!

    M.

    Ninja Lead Moderator
    #566081

    Because the mobile layout is very small and we could not show anything on that that’s why you see it was hidden on mobile device. But you can show it from css style

    Open templates/ja_teline_v/css/template.css file, find and see this script

    @media (max-width: 321px) {
    .header-right {
    display: none;
    }
    }
    @media screen and (max-width: 992px) {
    .header-right .calendar {
    display: none !important;
    }
    }
    @media screen and (max-width: 992px) {
    .header-right .trending {
    display: none !important;
    }
    }

    and change that code to display: block !important;

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 8 months ago.

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