Mobile/Responsive Only Modules

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
Sun Dec 08, 2013 4:58 pm
I am using bluapp right now and I am wondering if there is a way to display a module only when a visitor visits from mobile?

Looked around but haven't seen anything in the template manager
User avatar
Fresh Boarder

teitbite
Sun Dec 08, 2013 5:45 pm
Hi

You can use module class suffix " mobileonly" and than add this code to override.css (override needs to be enabeld in template settings):

Code: Select all
.mobileonly { display: none; }
@media only screen and (max-width:580px) {
.mobileonly { display: block !important; }
}
User avatar
Moderator


cron