Menu List in Mobile Mode
This support request was posted in BBQ by kapostolou
- kapostolou December 24, 2013 at 2:03 pm
Hi Juan,
When you’re in “mobile mode” (ie. low resolution and the “go to…” nav appears, I noticed that the links on the left when viewing a menu category (that has sub-categories) in list mode does not appear.
My question is this, how do i make that empty area disappear so that the content fits the width at these low resolutions?
Alternatively, how do I make those ‘quick links’ appear so that they can jump to the categories? This would actually be better, but I’m assuming it’s not there for some technical reason…
Thanks,
KostaJuanfra Aldasoro December 24, 2013 at 2:05 pmHi Kosta,
Thanks for writing.
Would you send me a link of your site to support@nicethemeswp.com so I can take a look?
Best,
Juan.Juanfra Aldasoro December 24, 2013 at 2:44 pmHi Kosta,
Thanks 🙂
It seems to be a CSS bug, to solve this you’ll need to add the following CSS:
@media screen and (max-width: 1024px) { body.page-template-template-menu-list-php #content, body.tax-menu-category section.menu-list { margin: 0; width: 100%; } }
Best,
Juan.kapostolou December 24, 2013 at 2:56 pmPerfect! It worked like a charm 🙂
Should the “quick links” on the left (that you see in a desktop browser) be visible? Or are they not supposed to be there on the “mobile version”?
Also, will this fix be added in a future update, or is this just a fix for my implementation? (just wondering if I should make a comment in the css to remove it later)
Thanks, you’re awesome!
KostaJuanfra Aldasoro December 24, 2013 at 3:13 pmHi Kosta,
No problem 🙂
No, they’re not supposed to be there for the mobile versions.
This fix will be included in the next version of the theme. Anyway, if you put this in your custom.css file or within the Custom CSS option in your theme options whenever the theme is updated, the styles will be duplicated, so it won’t be causing any conflict.
Merry Christmas,
Juan.kapostolou December 24, 2013 at 3:47 pmYes, that’s where I put it. I just like to remove duplicate code once a patch is released so I will put a comment there.
Thanks for letting me know…and merry christmas to you too!
This topic is marked as resolved
Only the topic author can re-open this thread.