Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • VisiGod Friend
    #190110

    I cloned the default layout, as I wanted to hide the search in the mobile devices. So in the new layout I made the following:

    Original:


    position="head-search"

    Changed to:


    position="head-search"
    mobile="hidden"
    xtablet="hidden"
    tablet="hidden"

    But this doesn’t seem to be working. What am I doing wrong?

    Saguaros Moderator
    #504073

    Hi VisiGod,

    You can try to add css rule to hide this block:

    – Open /templates/ja_fubix/css/custom.css file

    – Add this @media jQuery code:


    @media (max-width: 720px) {
    .head-search {
    display: none;
    }
    }

    P/s: you can change value for above max-width property due to the screen size of devices in which you want to hide.

    VisiGod Friend
    #504089

    Thanks, works!

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

This topic contains 3 replies, has 2 voices, and was last updated by  VisiGod 11 years, 2 months ago.

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