Cutom Module Display on Mobile

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 29, 2014 12:36 am
Reply with quote
Report this post
Is there a way to select what modules to display on the mobile/responsive view of the website? Certain display items look distorted and I would like to set those modules to be hidden on mobile. Is there a way to do this?
User avatar
Junior Boarder

GK User
Sun Jun 29, 2014 12:50 am
Reply with quote
Report this post
I have already tried the nomobile and notablet suffixes and they are not working as seen here: http://www.gavick.com/documentation/gen ... et-layout/
User avatar
Junior Boarder

teitbite
Mon Jun 30, 2014 9:55 am
Reply with quote
Report this post
Hi

Please try with "nomobile" and "notablet" suffixes again, but this time addthis code to:

mobile.css:
Code: Select all
.nomobile { display: none !important; }


tablet.css:
Code: Select all
.notablet { display: none !important; }
User avatar
Moderator

GK User
Sun Jul 06, 2014 1:58 am
Reply with quote
Report this post
Yes this worked. Thank you!
User avatar
Junior Boarder


cron