• How do I hide the horizontal menu on responsive sizes and only have the burger show? As is right now both show up and the horizontal menu bar is not resizing.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bonn

    (@bonnstellar)

    Hi @tgoedde

    Try adding this Custom CSS:

    @media ( max-width: 991px ) {
    section#cat_nav {
    display: none;
    }
    }

    See if that works for you.

    @tgoedde

    See my response to your ticket submitted to our help desk. That should fix it.

    Please close this thread if all is well.

    Thanks!
    Anthony

    Thread Starter TGoedde

    (@tgoedde)

    Thanks Bonn and AAPC! Those worked great.

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.