• Resolved tyrsdei

    (@tyrsdei)


    I am trying to figure out how to get the pre header menu to show up mobile
    Not sure how to accomplish this.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tyrsdei

    (@tyrsdei)

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

    Found this code in a similar post, but it breaks main header menu into some weird block, and only displays the search cutoff and that is it…

    I am trying to get the pre-header menu to appear mobile-ly, to clarify, not trying to modify header menu, JUST pre-Header

    Thread Starter tyrsdei

    (@tyrsdei)

    g

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make Pre-menu appear mobile’ is closed to new replies.