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
.mobileonly { display: none; }
@media only screen and (max-width:580px) {
.mobileonly { display: block !important; }
}