Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • uxioduran Friend
    #190396

    Hello,

    Currently I have configured the search module in position search.

    But I would not be displayed on tablets and mobiles.

    How I can do to display only in resolving computer.?

    Thank you.

    Ninja Lead Moderator
    #505061

    My below suggestion will help to drop search module in mobiles and tablets

    Open templates/ja_nex/ja_puresite/templates.css file

    Add new below script

    @media (max-width: 767px) {
    div.big-border div.moduletable-inner, div.big-border div.moduletable-inner {
    border: 0px solid #f5f6f7;
    }

    div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    display: none;
    }
    }
    @media(min-width: 768px) and (max-width: 1024px) {
    div.big-border div.moduletable-inner, div.big-border div.moduletable-inner {
    border: 0px solid #f5f6f7;
    }

    div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
    display: none;
    }
    }

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

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