Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • soam jena Friend
    #196863

    Hello,

    I developed a website using your JA UNIVERSITY template and now i am facing a problem.

    The problem is that i want to activate a module but i want to show in smaller devices like Mobile and Tablets but i do not want to show it in PC or DESKTOP.How can i accomplish this ???

    Need reply it’s Urgent.

    wingly Friend
    #531440

    @soamz;

    WHen you create a module add a css suffix to it, let’s say “only-mobile”; and add to the css:

    only screen and (min-width:768px) {
    .only-mobile { display: none;
    }
    }

    only screen and (max-width:768px) {
    .only-mobile { display: block;
    }
    }

    gringo211985 Friend
    #531792

    <em>@wingly 422420 wrote:</em><blockquote>@soamz;

    WHen you create a module add a css suffix to it, let’s say “only-mobile”; and add to the css:

    only screen and (min-width:768px) {
    .only-mobile { display: none;
    }
    }

    only screen and (max-width:768px) {
    .only-mobile { display: block;
    }
    }</blockquote>

    Hi there, sorry for hijacking thread but I need a little help.

    I also want to hide a module in mobile view but which css file am I adding the above code to? I tried my template.css but that didn’t work. Any help will be appreciated.

    wingly Friend
    #531793

    Ill take a look tomorrow. But please provide me with a link

    gringo211985 Friend
    #531795

    <em>@wingly 422873 wrote:</em><blockquote>Ill take a look tomorrow. But please provide me with a link</blockquote>

    Thanks, it’s love-and-relationship-expert.com and the module position user13

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

This topic contains 5 replies, has 3 voices, and was last updated by  gringo211985 10 years, 7 months ago.

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