Hide module 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
Sat Mar 08, 2014 4:16 pm
Reply with quote
Report this post
I want to hide header module on mobile and I used " nomobile" in suffix but din't help.

My settings - http://webstak.com/tmp/mobileheader.png

I want t0 hide header module on mobile as image size is getting truncated .
User avatar
Expert Boarder

GK User
Sun Mar 09, 2014 8:44 am
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Mon Mar 10, 2014 12:16 am
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Mon Mar 10, 2014 11:04 am
Reply with quote
Report this post
Is this the Image Show module you would like to hide?
User avatar
Moderator

GK User
Mon Mar 10, 2014 4:02 pm
Reply with quote
Report this post
Yes sir
User avatar
Expert Boarder

GK User
Mon Mar 10, 2014 6:56 pm
Reply with quote
Report this post
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
Code: Select all
@media (max-width: 620px) {
#gkHeaderMod {display: none !important;}
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron