Hide module on mobile/ tablet

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Jan 20, 2016 11:27 pm
Hello
Is it possible to hide certain modules from view on tablets and mobile phones?
Thanks.
User avatar
Senior Boarder

teitbite
Sun Jan 24, 2016 10:31 am
Hi

Yes it is. You may add this code to override.css

Code: Select all
@media only screen and (min-width:768px) and (max-width:1024px) {
.notablet { display: none !Important; }
}

@media only screen and (max-width:767px) {
.nomobile { display: none !Important; }
}


and than You can use this suffixes in modules to hide them.
User avatar
Moderator

GK User
Mon Jan 25, 2016 4:18 pm
That's great. Thank you very much. :)
User avatar
Senior Boarder

teitbite
Mon Feb 01, 2016 1:02 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.