[Support request] Navigation Search

Home Forums Support Navigation Search

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1001987
    Emma

    Hi, is there any way to have the navigation search icon display when viewing on desktop but not on mobile? When the navigation search is active, there isn’t enough space for the logo, menu and search icon in mobile view so it puts the menu below the logo and search icon. It would be great to display the navigation search on desktop but not on mobile if possible?

    #1001992
    Leo
    Staff
    Customer Support

    Hi Emma,

    Can you give this CSS a shot?

    @media (max-width: 768px) {
        .main-navigation .mobile-bar-items {
            display: none;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know 🙂

    #1002356
    Emma

    This doesn’t seem to work, the search icon is still visible in mobile view.

    #1002493
    David
    Staff
    Customer Support

    Hi there,

    any chance we can see the Site? The URL provided is taking me to the login.

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