Hide one page menu in mobile version

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
Mon Mar 07, 2016 12:27 pm
Reply with quote
Report this post
Hello
I would like to know if there is a way to tottaly hide the top menu when user browses from mobile.
User avatar
Expert Boarder

GK User
Tue Mar 08, 2016 8:56 am
Reply with quote
Report this post
I tried using override.css to put
Code: Select all
#gkTop.nomobile {
    top: 0 !important;
}
#gkPage.nomobile {
    top: 0 !important;
}

but it didnt work.
User avatar
Expert Boarder

GK User
Thu Mar 10, 2016 1:02 pm
Reply with quote
Report this post
Any ideas?
User avatar
Expert Boarder

teitbite
Mon Mar 14, 2016 11:40 am
Reply with quote
Report this post
Hi

This code is wrong. Anyway a better solution will be to use a code like that:

Code: Select all
@media only screen and (max-width:767px) {
#gkTop {
display: none;
}
}
User avatar
Moderator

GK User
Tue Mar 15, 2016 8:04 am
Reply with quote
Report this post
Thanks , that worked great.
User avatar
Expert Boarder

teitbite
Mon Mar 21, 2016 11:26 am
Reply with quote
Report this post
Hi

Ok. Please make sure You are using the latest version of template and send me an access to FTP. I'll show this to programmers. Hopefully a more permanent fix this time.
User avatar
Moderator

GK User
Mon Mar 21, 2016 11:30 am
Reply with quote
Report this post
Is this a reply to "Hide one page menu in mobile version" or in my new topic "NSPG5 NEW VERSION DOESNT WORK"
User avatar
Expert Boarder

teitbite
Fri Mar 25, 2016 2:09 pm
Reply with quote
Report this post
Hi

I'm not sure myself :( Sorry, I must have read one question and answered in another. Closing this thread since it's solved and to not confuse it even more.
User avatar
Moderator


cron