Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • fdussaussoy Friend
    #730230

    Hi , I would like to hide those modules when not on large screen :

    user9, user10, user11, user12 and position-5

    How can I do this on my website placedevillejuif.wytaa.fr ?

    thanks a lot 🙂

    Ninja Lead Moderator
    #746351

    This way will help you to hide user9, user10, user11, user12 and position-5 positions on your site when mobile or tablet view

    Open templates/ja_puresite/css/template.css file and add new rule

    @media (max-width: 767px) {
    #ja-botsl1 {
    display: none !important;
    }

    #ja-right {
    display: none !important;
    }
    }
    @media (min-width: 768px) and (max-width: 979px) {
    #ja-botsl1 {
    display: none !important;
    }

    #ja-right {
    display: none !important;
    }
    }

    Once done, remember to clear cache from admin area

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, 2 months ago.

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