- This topic has 3 replies, 3 voices, and was last updated 10 years, 9 months ago by thezepter.
-
AuthorPosts
-
February 3, 2013 at 5:11 pm #3620leanselfMember
Hello,
I love Catch Box and use it on my blog site Lean Self. For social links, I use a secondary menu. Unfortunately, this does not appear on mobile devices (plain vanilla Android browser). Only the main menu shows as pop-up (which I like this way).
Have I configured something wrong or is this just not possible? I have latest Catch Box version installed.
Is there a workaround? I looked through this support forum and the Internet and found now solution on my own.
Thank you for your help.
Best regards,
Jens Woinowski
February 4, 2013 at 7:56 pm #3650SakinKeymasterHi Jens,
It is design like that to not to distract visitor when browsing from small devices. But if you want to make it visible. Then you can add the following CSS in “Custom CSS” box in your Theme Options panel.
@media screen and (max-width: 767px) {
#branding #access-secondary,
#branding #access-secondary ul.menu {
display: block;
margin: 0;
}
}Regards,
SakinFebruary 9, 2014 at 7:24 pm #20166thezepterMemberHello,
this solution won’t work on my site. Can anyone help me ?
i need the second menue on mobile devices.
Thanks !
February 9, 2014 at 11:27 pm #20189thezepterMemberi have found the solution.
Thanks -
AuthorPosts
- The topic ‘No secondary menu on mobile device (Android Browser)’ is closed to new replies.