How disable module for mobile template?

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Jan 02, 2013 9:31 pm
use the new News-template and want to disable a login module (position) in the mobile view:
http://www.ecin.de
User avatar
Expert Boarder

GK User
Wed Jan 02, 2013 10:07 pm
Hi,

In the css/tablet.css file please add the following code fragment:

Code: Select all
.onlyDesktop { display: none!important; }


and put the class onlyDesktop in the one of container which displays the login module.
User avatar
Administrator

GK User
Thu Jan 03, 2013 10:51 am
it runs, but if I put in mobile.css and look on my smartphone it´s didn´t runs if i hold the smartphone "horizontal" in the hand. Vertical runs.
User avatar
Expert Boarder

GK User
Fri Jan 04, 2013 9:04 am
As I wrote - please put it in the css/tablet.css file.
User avatar
Administrator


cron