Hide Menu Items from Mobile Site?

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
Tue Jul 30, 2013 1:30 pm
Reply with quote
Report this post
Hey

I have another question about the mobile site.

Is it possible to hide menu items from the mobile menu?


Thanks
User avatar
Junior Boarder

GK User
Tue Jul 30, 2013 4:00 pm
Reply with quote
Report this post
HI,
not really, I mean using default template and module settings you can not,
but because all menu items have its own ID, if you would use
Code: Select all
@media screen and (max-width: 1024px) {

#menu677 {display:none;} 

   }


You can try to hide selected menu items.

of course use your own max-width value also id of menu items.
In theory it should work fine.
User avatar
Platinum Boarder

GK User
Tue Jul 30, 2013 4:06 pm
Reply with quote
Report this post
p.s. Our template uses RWD, and this concept said that all menu items are this same in desktop and mobile versions, probably that's why we didn't add options to disable menu items in "mobile" view.
User avatar
Platinum Boarder


cron