Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3620
    leanself
    Member

    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

    #3650
    Sakin
    Keymaster

    Hi 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,
    Sakin

    #20166
    thezepter
    Member

    Hello,

    this solution won’t work on my site. Can anyone help me ?

    i need the second menue on mobile devices.

    Thanks !

    #20189
    thezepter
    Member

    i have found the solution.
    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘No secondary menu on mobile device (Android Browser)’ is closed to new replies.