[Support request] top bar not working correctly

Home Forums Support [Support request] top bar not working correctly

Home Forums Support top bar not working correctly

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #701694
    Michael

    I’m trying to figure out how to minimize the top bar menu on mobile devices. the top menu looks fine on desktop but on mobile, it’s showing all of the menu items and taking up most of the screen. how can I fix this?

    #701752
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Are you wanting to hide it completely on mobile?

    If so, you can do this:

    @media (max-width: 768px) {
        .top-bar {
            display: none;
        }
    }

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.