Nomobile suffix not working at intro position

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Wed Jan 28, 2015 7:49 am
Reply with quote
Report this post
Hello,
I want to hide a Image show for mobile phones on intro position but I' m not be able to do it. I try with suffix "nomobile" and " nomobile" but does'nt work.
My website is https://www.netamin.es/
User avatar
Expert Boarder

GK User
Wed Jan 28, 2015 7:58 pm
Reply with quote
Report this post
Is the module suffix currently added?
User avatar
Moderator

GK User
Thu Jan 29, 2015 7:47 am
Reply with quote
Report this post
Yes, It is.
User avatar
Expert Boarder

GK User
Sun Feb 01, 2015 9:53 am
Reply with quote
Report this post
Seems module suffixes doesn't work in this position by default.
To achieve what you required, please edit: /templates/gk_creativity/css/override.css and add at its end:
Code: Select all
@media (max-width: 580px) {
#gk-intro {display: none;}
}

Please change 580px value to higher value if you would like to hide this element also on browsers with higher width.
Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Mon Feb 02, 2015 8:03 am
Reply with quote
Report this post
Sorry, I added it at my override.css, clean all cache files (both server and browsers), but doesn't work
User avatar
Expert Boarder

GK User
Tue Feb 03, 2015 1:11 pm
Reply with quote
Report this post
Code: Select all
@media (max-width: 580px) {
.gk-intro {display: none;}
}

should work fine. You are missing one closing bracket also.
User avatar
Moderator

GK User
Thu Feb 05, 2015 10:28 am
Reply with quote
Report this post
Now It's working, sorry for missing closing bracket.
Thanks
David.
User avatar
Expert Boarder

GK User
Thu Feb 05, 2015 10:36 pm
Reply with quote
Report this post
I'm glad It is working now.
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron