• Trying Alante with my Yada Wiki site, and find that with menu @ pre-header, I can’t access it on my mobile phone. Anyone else experience this issue and/or have a fix?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    @media screen and (max-width: 768px) {
      #pre-header-search, #header-links, #pre-header-social {
        display: block;
    }
    }

    Thanks!

    Also cant get pre-header menu to work on mobile. Tried above CSS but didn’t work. Any other suggestions?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pre-Header Menu Not Available on Mobile’ is closed to new replies.